Exception: Shift4::Shift4Exception
- Inherits:
-
StandardError
- Object
- StandardError
- Shift4::Shift4Exception
- Defined in:
- lib/shift4/shift4_pay_exception.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
Instance Method Summary collapse
- #[](key) ⇒ Object
-
#initialize(response) ⇒ Shift4Exception
constructor
A new instance of Shift4Exception.
Constructor Details
#initialize(response) ⇒ Shift4Exception
Returns a new instance of Shift4Exception.
7 8 9 10 |
# File 'lib/shift4/shift4_pay_exception.rb', line 7 def initialize(response) super(response) @response = response end |
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
5 6 7 |
# File 'lib/shift4/shift4_pay_exception.rb', line 5 def response @response end |
Instance Method Details
#[](key) ⇒ Object
12 13 14 |
# File 'lib/shift4/shift4_pay_exception.rb', line 12 def [](key) response[key] end |