Class: Cardgate::Creditcard::Refund
- Defined in:
- lib/cardgate/creditcard/refund.rb
Instance Attribute Summary collapse
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
Attributes inherited from Refund
#amount, #reason, #referenced_transaction_id, #site_id
Method Summary
Methods inherited from Refund
#api_refund_endpoint, #default_params, #initialize, #initiate, #params, #transaction_id
Constructor Details
This class inherits a constructor from Cardgate::Refund
Instance Attribute Details
#descriptor ⇒ Object
Returns the value of attribute descriptor.
7 8 9 |
# File 'lib/cardgate/creditcard/refund.rb', line 7 def descriptor @descriptor end |