Exception: ActivePayment::StandardResponseError
- Inherits:
-
StandardError
- Object
- StandardError
- ActivePayment::StandardResponseError
- Defined in:
- lib/active_payment.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Method Summary collapse
-
#initialize(response = nil) ⇒ StandardResponseError
constructor
A new instance of StandardResponseError.
Constructor Details
#initialize(response = nil) ⇒ StandardResponseError
Returns a new instance of StandardResponseError.
24 25 26 |
# File 'lib/active_payment.rb', line 24 def initialize(response = nil) @response = response end |
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
22 23 24 |
# File 'lib/active_payment.rb', line 22 def response @response end |