Method: Cequel::Record::Bound#value

Defined in:
lib/cequel/record/bound.rb

#valueObject (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns value for bound.

Returns:

  • value for bound

Since:

  • 1.0.0



17
18
19
# File 'lib/cequel/record/bound.rb', line 17

def value
  @value
end