Class: Payola::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/payola/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payment_gateway_adapterObject

Returns the value of attribute payment_gateway_adapter.



3
4
5
# File 'lib/payola/configuration.rb', line 3

def payment_gateway_adapter
  @payment_gateway_adapter
end

#payment_gateway_api_keyObject

Returns the value of attribute payment_gateway_api_key.



3
4
5
# File 'lib/payola/configuration.rb', line 3

def payment_gateway_api_key
  @payment_gateway_api_key
end