Method: JsonApiClient::Helpers::Dirty#changed_attributes

Defined in:
lib/json_api_client/helpers/dirty.rb

#changed_attributesObject



13
14
15
# File 'lib/json_api_client/helpers/dirty.rb', line 13

def changed_attributes
  @changed_attributes ||= ActiveSupport::HashWithIndifferentAccess.new
end