Class: Faraday::Response::YajlResponse

Inherits:
Faraday::Response show all
Defined in:
lib/faraday/response/yajl_response.rb

Instance Attribute Summary collapse

Attributes inherited from Faraday::Response

#headers

Method Summary

Methods inherited from Faraday::Response

#initialize, loaded?, #process, #process!, #processed!

Constructor Details

This class inherits a constructor from Faraday::Response

Instance Attribute Details

#bodyObject (readonly)

Returns the value of attribute body.



4
5
6
# File 'lib/faraday/response/yajl_response.rb', line 4

def body
  @body
end