Class: SpreedlyCore::CaptureTransaction
- Inherits:
-
Transaction
- Object
- Base
- Transaction
- SpreedlyCore::CaptureTransaction
- Includes:
- HasIpAddress, NullifiableTransaction
- 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 included from NullifiableTransaction
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.
125 126 127 |
# File 'lib/spreedly_core/transactions.rb', line 125 def reference_token @reference_token end |