Method: Storing::AbstractStore#update

Defined in:
lib/storing/abstract/abstract_store.rb

#update(entity_hash = {}) ⇒ Object

Raises:

  • (NotImplementedError)


15
16
17
# File 'lib/storing/abstract/abstract_store.rb', line 15

def update entity_hash={}
  raise NotImplementedError
end