Exception: Shipay::NotFound
- Inherits:
-
ResponseError
- Object
- StandardError
- ShipayError
- ResponseError
- Shipay::NotFound
- Defined in:
- lib/shipay/errors.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Attributes inherited from ResponseError
Instance Method Summary collapse
-
#initialize(response, request_params, error) ⇒ NotFound
constructor
A new instance of NotFound.
Constructor Details
#initialize(response, request_params, error) ⇒ NotFound
30 31 32 33 |
# File 'lib/shipay/errors.rb', line 30 def initialize(response, request_params, error) @response = response super request_params, error end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
29 30 31 |
# File 'lib/shipay/errors.rb', line 29 def response @response end |