Class: FidorApi::Resource::Response
- Inherits:
-
Object
- Object
- FidorApi::Resource::Response
- Includes:
- ActiveModel::Model
- Defined in:
- lib/fidor_api/resource.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#headers ⇒ Object
Returns the value of attribute headers.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
11 12 13 |
# File 'lib/fidor_api/resource.rb', line 11 def body @body end |
#headers ⇒ Object
Returns the value of attribute headers.
11 12 13 |
# File 'lib/fidor_api/resource.rb', line 11 def headers @headers end |