Method: ModelRecord#delete

Defined in:
lib/model/the_record.rb

#deleteObject

Removes the Model-Instance from the database.

It is overloaded in Vertex and Edge.



124
125
126
# File 'lib/model/the_record.rb', line 124

def delete 
  orientdb.delete_record  self 
end