class Midpay::Configuration
Attributes
logger[RW]
root_path[RW]
Public Class Methods
new()
click to toggle source
# File lib/midpay.rb, line 31 def initialize @root_path = "/midpay" @logger = ::Logger.new(STDOUT) logger.progname = "midpay" end