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