Method: Cequel::Metal::Row#initialize

Defined in:
lib/cequel/metal/row.rb

#initializeRow

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.

Since:

  • 1.0.0



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