Module: Yoda::Store::Objects::Patchable

Included in:
Base
Defined in:
lib/yoda/store/objects/patchable.rb

Instance Method Summary collapse

Instance Method Details

#kindSymbol

This method is abstract.

Returns:

  • (Symbol)


7
8
9
# File 'lib/yoda/store/objects/patchable.rb', line 7

def kind
  fail NotImplementedError
end

#to_hHash

This method is abstract.

Returns:

  • (Hash)


13
14
15
# File 'lib/yoda/store/objects/patchable.rb', line 13

def to_h
  fail NotImplementedError
end