Method: Aerospike::BytesValue#type

Defined in:
lib/aerospike/value/value.rb

#typeObject

[View source]

215
216
217
# File 'lib/aerospike/value/value.rb', line 215

def type
  Aerospike::ParticleType::BLOB
end