Module: Cequel::Model::ChangedAttributesWithIndifferentAccess

Defined in:
lib/cequel/model/dirty.rb

Instance Method Summary collapse

Instance Method Details

#changed_attributesObject



45
46
47
# File 'lib/cequel/model/dirty.rb', line 45

def changed_attributes
  @changed_attributes ||= HashWithIndifferentAccess.new
end