Method: Aerospike::Operation#bin

Defined in:
lib/aerospike/operation.rb

#binObject

[View source]

48
49
50
# File 'lib/aerospike/operation.rb', line 48

def bin
  Aerospike::Bin.new(bin_name, bin_value) if bin_name && bin_value
end