Method: OrientDB::OClassImpl#type_for

Defined in:
lib/orientdb/oclass.rb

#type_for(value) ⇒ Object



5
6
7
# File 'lib/orientdb/oclass.rb', line 5

def type_for(value)
  self.class.type_for value, schema
end