Module: Yoda::Store::Objects::Patchable
- Included in:
- Base
- Defined in:
- lib/yoda/store/objects/patchable.rb
Instance Method Summary collapse
- #kind ⇒ Symbol abstract
- #to_h ⇒ Hash abstract
Instance Method Details
#kind ⇒ Symbol
This method is abstract.
7 8 9 |
# File 'lib/yoda/store/objects/patchable.rb', line 7 def kind fail NotImplementedError end |
#to_h ⇒ Hash
This method is abstract.
13 14 15 |
# File 'lib/yoda/store/objects/patchable.rb', line 13 def to_h fail NotImplementedError end |