Class: EwayRapid::RefundResponse
- Inherits:
-
ResponseOutput
- Object
- ResponseOutput
- EwayRapid::RefundResponse
- Defined in:
- lib/eway_rapid/output/refund_response.rb
Overview
Refund response
Instance Attribute Summary collapse
-
#refund ⇒ Object
Returns the value of attribute refund.
-
#transaction_status ⇒ Object
Contains transaction status information.
Attributes inherited from ResponseOutput
Method Summary
Methods inherited from ResponseOutput
Constructor Details
This class inherits a constructor from EwayRapid::ResponseOutput
Instance Attribute Details
#refund ⇒ Object
Returns the value of attribute refund.
4 5 6 |
# File 'lib/eway_rapid/output/refund_response.rb', line 4 def refund @refund end |
#transaction_status ⇒ Object
Contains transaction status information
7 8 9 |
# File 'lib/eway_rapid/output/refund_response.rb', line 7 def transaction_status @transaction_status end |