Method: Cequel::Record::Bound#value
- Defined in:
- lib/cequel/record/bound.rb
#value ⇒ Object (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.
17 18 19 |
# File 'lib/cequel/record/bound.rb', line 17 def value @value end |