module Bygpay
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/bygpay.rb, line 25 def self.configure yield(configuration) end
reset()
click to toggle source
# File lib/bygpay.rb, line 21 def self.reset @configuration = Configuration.new end