Method: Aerospike::BatchIndexCommand#initialize
- Defined in:
- lib/aerospike/command/batch_index_command.rb
permalink #initialize(node, batch, policy, bin_names, results, read_attr) ⇒ BatchIndexCommand
Returns a new instance of BatchIndexCommand.
26 27 28 29 30 31 32 33 |
# File 'lib/aerospike/command/batch_index_command.rb', line 26 def initialize(node, batch, policy, bin_names, results, read_attr) super(node) @batch = batch @policy = policy @bin_names = bin_names @results = results @read_attr = read_attr end |