module Gestpay
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/gestpay.rb, line 20 def self.config @config ||= Configuration.new end
setup() { |config| ... }
click to toggle source
# File lib/gestpay.rb, line 16 def self.setup yield self.config end