Exception: VerticalResponse::API::Error
- Inherits:
-
StandardError
- Object
- StandardError
- VerticalResponse::API::Error
- Defined in:
- lib/verticalresponse/api/error.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#api_response ⇒ Object
Returns the value of attribute api_response.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#api_response ⇒ Object
Returns the value of attribute api_response.
6 7 8 |
# File 'lib/verticalresponse/api/error.rb', line 6 def api_response @api_response end |
#code ⇒ Object
Returns the value of attribute code.
6 7 8 |
# File 'lib/verticalresponse/api/error.rb', line 6 def code @code end |