Class: SpreedlyCore::CreditTransaction
- Inherits:
-
Transaction
- Object
- Base
- Transaction
- SpreedlyCore::CreditTransaction
- Includes:
- HasIpAddress
- Defined in:
- lib/spreedly_core/transactions.rb
Instance Attribute Summary collapse
-
#reference_token ⇒ Object
readonly
Returns the value of attribute reference_token.
Attributes included from HasIpAddress
Attributes inherited from Transaction
#amount, #created_at, #currency_code, #gateway_token, #message, #on_test_gateway, #response, #succeeded, #token, #transaction_type, #updated_at
Method Summary
Methods inherited from Transaction
Methods inherited from Base
configure, gateway_token, #initialize, login, verify_get, verify_options, verify_post, verify_put, verify_request
Constructor Details
This class inherits a constructor from SpreedlyCore::Base
Instance Attribute Details
#reference_token ⇒ Object (readonly)
Returns the value of attribute reference_token.
139 140 141 |
# File 'lib/spreedly_core/transactions.rb', line 139 def reference_token @reference_token end |