Class: SpreedlyCore::CreditTransaction

Inherits:
Transaction show all
Includes:
HasIpAddress
Defined in:
lib/spreedly_core/transactions.rb

Instance Attribute Summary collapse

Attributes included from HasIpAddress

#ip

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

find, handles

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_tokenObject (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