module CustomGateway
Constants
- VERSION
Attributes
configuration[W]
Public Class Methods
config() { |configuration| ... }
click to toggle source
# File lib/custom_gateway.rb, line 23 def self.config yield(configuration) end
configuration()
click to toggle source
# File lib/custom_gateway.rb, line 19 def self.configuration @configuration ||= Configuration.new end