Class: Aerospike::Unpacker::MsgPackExt

Inherits:
Struct
  • Object
show all
Defined in:
lib/aerospike/utils/unpacker.rb

Constant Summary collapse

TYPES =
[
         # Map Create Flags:         List Create Flags:
  0x00,  # UNORDERED                 UNORDERED
  0x01,  # K_ORDERED                 ORDERED
  0x03,  # KV_ORDERED
  0x08,  # PRESERVE_ORDER
]

Instance Attribute Summary collapse

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



37
38
39
# File 'lib/aerospike/utils/unpacker.rb', line 37

def data
  @data
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



37
38
39
# File 'lib/aerospike/utils/unpacker.rb', line 37

def type
  @type
end