Exception: Scorpio::HTTPError
Direct Known Subclasses
Scorpio::HTTPErrors::ClientError, Scorpio::HTTPErrors::ServerError
Instance Attribute Summary collapse
-
#faraday_response ⇒ Object
Returns the value of attribute faraday_response.
-
#response_object ⇒ Object
Returns the value of attribute response_object.
Instance Attribute Details
#faraday_response ⇒ Object
Returns the value of attribute faraday_response.
32 33 34 |
# File 'lib/scorpio.rb', line 32 def faraday_response @faraday_response end |
#response_object ⇒ Object
Returns the value of attribute response_object.
32 33 34 |
# File 'lib/scorpio.rb', line 32 def response_object @response_object end |