Class: OrientdbBinary::Protocols::RecordCreateAnswer
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- OrientdbBinary::Protocols::RecordCreateAnswer
- Defined in:
- lib/orientdb_binary/protocols/record_create.rb
Instance Method Summary collapse
Instance Method Details
#process(options) ⇒ Object
26 27 28 29 30 31 32 |
# File 'lib/orientdb_binary/protocols/record_create.rb', line 26 def process() return { :@rid => "##{[:cluster_id]}:#{cluster_position}", :@version => record_version, :@type => [:record_type] } end |