Method: Perry::Persistence::Response#model_attributes

Defined in:
lib/perry/persistence/response.rb

#model_attributesObject



50
51
52
53
# File 'lib/perry/persistence/response.rb', line 50

def model_attributes
  # return the inner hash if nested
  extract_attributes(parsed_hash)
end