Method: ApiResource::Resource#attributes
- Defined in:
- lib/api-resource/resource.rb
#attributes ⇒ Object
130 131 132 |
# File 'lib/api-resource/resource.rb', line 130 def attributes instance_values.with_indifferent_access.except(:errors, :validation_context, :resource_path) end |