class OrientdbBinary::BinDataPrimitives::RecordType
Public Instance Methods
get()
click to toggle source
# File lib/orientdb_binary/protocols/bindata_primitives.rb, line 23 def get type.chr end
set(v)
click to toggle source
# File lib/orientdb_binary/protocols/bindata_primitives.rb, line 27 def set(v) self.type = v.ord end