Exception: SolidusShipwire::ResponseException
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- SolidusShipwire::ResponseException
- Defined in:
- lib/solidus_shipwire/response_exception.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response) ⇒ ResponseException
constructor
A new instance of ResponseException.
Constructor Details
#initialize(response) ⇒ ResponseException
Returns a new instance of ResponseException.
5 6 7 |
# File 'lib/solidus_shipwire/response_exception.rb', line 5 def initialize(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
3 4 5 |
# File 'lib/solidus_shipwire/response_exception.rb', line 3 def response @response end |