Method: Aerospike::BatchRead#ops

Defined in:
lib/aerospike/batch_read.rb

#opsObject

Optional operations for this key. ops are mutually exclusive with #bin_names. A bin_name can be emulated with Operation#get(bin_name)

[View source]

34
35
36
# File 'lib/aerospike/batch_read.rb', line 34

def ops
  @ops
end