Module: PaymentGateway::ForAll
- Defined in:
- lib/payment_gateway/for_all.rb,
lib/payment_gateway/for_all/base.rb,
lib/payment_gateway/for_all/card.rb,
lib/payment_gateway/for_all/vault.rb,
lib/payment_gateway/for_all/transaction.rb
Defined Under Namespace
Classes: Base, Card, Configuration, Transaction, Vault
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
4 5 6 |
# File 'lib/payment_gateway/for_all.rb', line 4 def configuration @configuration end |
Class Method Details
.configure {|configuration| ... } ⇒ Object
7 8 9 |
# File 'lib/payment_gateway/for_all.rb', line 7 def self.configure yield(configuration) end |
.reset ⇒ Object
15 16 17 |
# File 'lib/payment_gateway/for_all.rb', line 15 def self.reset @configuration = Configuration.new end |