class Aerospike::Exp::Cmd

Attributes

cmd[R]

Public Class Methods

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

Public Instance Methods

pack(packer) click to toggle source
# File lib/aerospike/exp/exp.rb, line 1220
def pack(packer)
  packer.write_array_header(1)
  packer.write(@cmd)
end