module PaymentGateway::ForAll
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/payment_gateway/for_all.rb, line 7 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/payment_gateway/for_all.rb, line 15 def self.reset @configuration = Configuration.new end