module YunTongXun
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/yuntongxun_api.rb, line 14 def config @config ||= Configuration.new end
logger()
click to toggle source
# File lib/yuntongxun_api.rb, line 18 def logger @logger ||= Logger.new(STDOUT) end
setup() { |config| ... }
click to toggle source
# File lib/yuntongxun_api.rb, line 10 def setup yield config end