Class: Spreedly::Refund
- Inherits:
-
GatewayTransaction
- Object
- Model
- Transaction
- GatewayTransaction
- Spreedly::Refund
- Defined in:
- lib/spreedly/transactions/refund.rb
Instance Attribute Summary
Attributes inherited from GatewayTransaction
#gateway_specific_fields, #gateway_specific_response_fields, #response, #shipping_address
Instance Method Summary collapse
-
#initialize(xml_doc) ⇒ Refund
constructor
A new instance of Refund.
Methods inherited from GatewayTransaction
Methods inherited from Transaction
Methods included from Fields
#field_hash, included, #initialize_fields
Constructor Details
#initialize(xml_doc) ⇒ Refund
Returns a new instance of Refund.
8 9 10 |
# File 'lib/spreedly/transactions/refund.rb', line 8 def initialize(xml_doc) super end |