Exception: SekoEcomAPI::ParseError
- Inherits:
-
StandardError
- Object
- StandardError
- SekoEcomAPI::ParseError
- Defined in:
- lib/seko_ecom_api/error.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(message, response) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(message, response) ⇒ ParseError
Returns a new instance of ParseError.
7 8 9 10 |
# File 'lib/seko_ecom_api/error.rb', line 7 def initialize(, response) super() @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
6 7 8 |
# File 'lib/seko_ecom_api/error.rb', line 6 def response @response end |