Exception: Affirm::RequestError
- Defined in:
- lib/affirm/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#http_response ⇒ Object
readonly
Returns the value of attribute http_response.
Instance Method Summary collapse
-
#initialize(http_response) ⇒ RequestError
constructor
A new instance of RequestError.
Constructor Details
#initialize(http_response) ⇒ RequestError
Returns a new instance of RequestError.
8 9 10 11 |
# File 'lib/affirm/error.rb', line 8 def initialize(http_response) @http_response = http_response super((http_response)) end |
Instance Attribute Details
#http_response ⇒ Object (readonly)
Returns the value of attribute http_response.
6 7 8 |
# File 'lib/affirm/error.rb', line 6 def http_response @http_response end |