Class: SpreedlyCore::AddPaymentMethodTransaction

Inherits:
Transaction show all
Includes:
HasIpAddress
Defined in:
lib/spreedly-core-ruby/transactions.rb

Instance Attribute Summary collapse

Attributes included from HasIpAddress

#ip

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

#payment_methodObject (readonly)

Returns the value of attribute payment_method.



176
177
178
# File 'lib/spreedly-core-ruby/transactions.rb', line 176

def payment_method
  @payment_method
end