module Newebpay
NewebPay
@since 0.1.0
Constants
- VERSION
Public Class Methods
use(config, &block)
click to toggle source
Use specify config
@param [Newebpay::Config] the config to switch @param [Proc] the block to use temporary config
@since 0.2.0
# File lib/newebpay.rb, line 28 def use(config, &block) Config.switch(config, &block) end