Class: SpreedlyCore::CreditTransaction
- Inherits:
-
Transaction
- Object
- Base
- Transaction
- SpreedlyCore::CreditTransaction
- Includes:
- HasIpAddress
- Defined in:
- lib/spreedly-core-ruby/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, #checkout_url, #created_at, #currency_code, #gateway_token, #message, #on_test_gateway, #response, #signed, #state, #succeeded, #token, #transaction_type, #updated_at
Method Summary
Methods inherited from Transaction
find, handles, #initialize, #pending?, #valid_signature?, #verified!, #verified?
Methods inherited from Base
configure, environment_key, gateway_token, gateway_token=, #initialize, verify_get, verify_options, verify_post, verify_put, verify_request
Constructor Details
This class inherits a constructor from SpreedlyCore::Transaction
Instance Attribute Details
#reference_token ⇒ Object (readonly)
Returns the value of attribute reference_token.
169 170 171 |
# File 'lib/spreedly-core-ruby/transactions.rb', line 169 def reference_token @reference_token end |