Method: ActiveOrient::Model.create_properties

Defined in:
lib/model.rb

.create_properties(argument_hash, &b) ⇒ Object



169
170
171
# File 'lib/model.rb', line 169

def self.create_properties argument_hash, &b
  orientdb.create_properties self, argument_hash, &b
end