module EasyWechat
Constants
- VERSION
Attributes
configuration[W]
Public Class Methods
app_id()
click to toggle source
# File lib/easy_wechat.rb, line 24 def app_id configuration.app_id end
app_secret()
click to toggle source
# File lib/easy_wechat.rb, line 28 def app_secret configuration.app_secret end
configuration()
click to toggle source
# File lib/easy_wechat.rb, line 9 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/easy_wechat.rb, line 20 def configure yield(configuration) end