Method: ObjectJSONMapper::Persistence#destroy

Defined in:
lib/object_json_mapper/persistence.rb

#destroyObject Also known as: delete



56
57
58
59
60
61
62
# File 'lib/object_json_mapper/persistence.rb', line 56

def destroy
  client.delete

  true
rescue RestClient::ExceptionWithResponse
  false
end