Method: Aerospike::Exp::ExpBytes#initialize

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

#initialize(e) ⇒ ExpBytes

Returns a new instance of ExpBytes.



1347
1348
1349
# File 'lib/aerospike/exp/exp.rb', line 1347

def initialize(e)
  @bytes = e.bytes
end