module Yoda::Store::Objects::Patchable

Public Instance Methods

kind() click to toggle source

@abstract @return [Symbol]

# File lib/yoda/store/objects/patchable.rb, line 7
def kind
  fail NotImplementedError
end
to_h() click to toggle source

@abstract @return [Hash]

# File lib/yoda/store/objects/patchable.rb, line 13
def to_h
  fail NotImplementedError
end