Class: Aerospike::Unpacker::MsgPackExt
- Inherits:
-
Struct
- Object
- Struct
- Aerospike::Unpacker::MsgPackExt
- 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
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
37 38 39 |
# File 'lib/aerospike/utils/unpacker.rb', line 37 def data @data end |
#type ⇒ Object
Returns the value of attribute type
37 38 39 |
# File 'lib/aerospike/utils/unpacker.rb', line 37 def type @type end |