Class: Redex::Response::TransactionResponse
- Inherits:
-
BaseResponse
- Object
- BaseResponse
- Redex::Response::TransactionResponse
- Defined in:
- lib/redex/response/transaction_response.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#credit_card_authorization_id ⇒ Object
readonly
Returns the value of attribute credit_card_authorization_id.
-
#order_id ⇒ Object
readonly
Returns the value of attribute order_id.
Attributes inherited from BaseResponse
#code, #message, #raw, #sequential_id, #transaction_id
Method Summary
Methods inherited from BaseResponse
#clear, #datetime_sanitize, #initialize
Constructor Details
This class inherits a constructor from Redex::Response::BaseResponse
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
4 5 6 |
# File 'lib/redex/response/transaction_response.rb', line 4 def created_at @created_at end |
#credit_card_authorization_id ⇒ Object (readonly)
Returns the value of attribute credit_card_authorization_id.
4 5 6 |
# File 'lib/redex/response/transaction_response.rb', line 4 def @credit_card_authorization_id end |
#order_id ⇒ Object (readonly)
Returns the value of attribute order_id.
4 5 6 |
# File 'lib/redex/response/transaction_response.rb', line 4 def order_id @order_id end |