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