module EasyWeixin

接入API

接入认证

Constants

VERSION

Attributes

config[RW]

Public Class Methods

configure() { |config ||= config| ... } click to toggle source
# File lib/easy_weixin/config.rb, line 6
def configure
        yield self.config ||= Config.new
end
weixin_redis() click to toggle source
# File lib/easy_weixin/config.rb, line 10
def weixin_redis
        # use add log
        return nil if EasyWeixin.config.nil?
        EasyWeixin.config.redis
end