Class: Aerospike::Exp::CmdStr
- Inherits:
-
Aerospike::Exp
- Object
- Aerospike::Exp
- Aerospike::Exp::CmdStr
- Defined in:
- lib/aerospike/exp/exp.rb
Constant Summary
Constants inherited from Aerospike::Exp
Instance Attribute Summary collapse
-
#cmd ⇒ Object
readonly
Returns the value of attribute cmd.
-
#str ⇒ Object
readonly
Returns the value of attribute str.
Instance Method Summary collapse
-
#initialize(cmd, str) ⇒ CmdStr
constructor
A new instance of CmdStr.
- #pack(packer) ⇒ Object
Methods inherited from Aerospike::Exp
abs, add, and, arshift, bin, bin_exists, bin_type, blob_bin, blob_val, bool_bin, bool_val, #bytes, ceil, cond, count, def, device_size, digest_modulo, div, eq, exclusive, float_bin, float_val, floor, ge, geo, geo_bin, geo_compare, gt, hll_bin, infinity_val, int_and, int_bin, int_not, int_or, int_val, int_xor, is_tombstone, key, key_exists, last_update, le, let, list_bin, list_val, log, lscan, lshift, lt, map_bin, map_val, max, memory_size, min, mod, mul, ne, nil_val, not, or, pow, record_size, regex_compare, rscan, rshift, set_name, since_update, #size, str_bin, str_val, sub, to_float, to_int, ttl, unknown, var, void_time, wildcard_val, #write
Constructor Details
#initialize(cmd, str) ⇒ CmdStr
Returns a new instance of CmdStr.
1201 1202 1203 1204 |
# File 'lib/aerospike/exp/exp.rb', line 1201 def initialize(cmd, str) @str = str @cmd = cmd end |
Instance Attribute Details
#cmd ⇒ Object (readonly)
Returns the value of attribute cmd.
1199 1200 1201 |
# File 'lib/aerospike/exp/exp.rb', line 1199 def cmd @cmd end |
#str ⇒ Object (readonly)
Returns the value of attribute str.
1199 1200 1201 |
# File 'lib/aerospike/exp/exp.rb', line 1199 def str @str end |