Method: Cequel::Metal::Row#initialize
- Defined in:
- lib/cequel/metal/row.rb
#initialize ⇒ Row
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 a new instance of Row.
37 38 39 40 41 |
# File 'lib/cequel/metal/row.rb', line 37 def initialize super(ActiveSupport::HashWithIndifferentAccess.new) @ttls = ActiveSupport::HashWithIndifferentAccess.new @writetimes = ActiveSupport::HashWithIndifferentAccess.new end |