Class: Redex::Response::CancelResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Redex::Response::CancelResponse
- Defined in:
- lib/redex/response/cancel_response.rb
Instance Attribute Summary collapse
-
#canceled_at ⇒ Object
readonly
Returns the value of attribute canceled_at.
Attributes inherited from BaseResponse
#code, #message, #raw, #sequential_id, #transaction_id
Instance Method Summary collapse
-
#initialize(httpi_response) ⇒ CancelResponse
constructor
A new instance of CancelResponse.
Methods inherited from BaseResponse
Constructor Details
#initialize(httpi_response) ⇒ CancelResponse
Returns a new instance of CancelResponse.
5 6 7 |
# File 'lib/redex/response/cancel_response.rb', line 5 def initialize(httpi_response) super(httpi_response) end |
Instance Attribute Details
#canceled_at ⇒ Object (readonly)
Returns the value of attribute canceled_at.
4 5 6 |
# File 'lib/redex/response/cancel_response.rb', line 4 def canceled_at @canceled_at end |