Method: Aerospike::OperateCommand#initialize

Defined in:
lib/aerospike/command/operate_command.rb

#initialize(cluster, key, args) ⇒ OperateCommand

Returns a new instance of OperateCommand.


23
24
25
26
27
# File 'lib/aerospike/command/operate_command.rb', line 23

def initialize(cluster, key, args)
  super(cluster, args.write_policy, key, nil)

  @args = args
end