Class: FidorApi::Resource::Response

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/fidor_api/resource.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



11
12
13
# File 'lib/fidor_api/resource.rb', line 11

def body
  @body
end

#headersObject

Returns the value of attribute headers.



11
12
13
# File 'lib/fidor_api/resource.rb', line 11

def headers
  @headers
end