class Aerospike::Exp::ExpBytes

Attributes

bytes[R]

Public Class Methods

new(e) click to toggle source
# File lib/aerospike/exp/exp.rb, line 1347
def initialize(e)
  @bytes = e.bytes
end

Public Instance Methods

pack(packer) click to toggle source
# File lib/aerospike/exp/exp.rb, line 1351
def pack(packer)
  Value.of(@bytes).pack(packer)
end