Module: WechatWork
- Defined in:
- lib/wechat_work.rb,
lib/wechat_work/version.rb
Defined Under Namespace
Modules: Config Classes: AccessTokenError, Wechat
Constant Summary collapse
- VERSION =
"0.1.2"
Class Method Summary collapse
Class Method Details
.config ⇒ Object
27 28 29 |
# File 'lib/wechat_work.rb', line 27 def config Config end |
.configure ⇒ Object
23 24 25 |
# File 'lib/wechat_work.rb', line 23 def configure block_given? ? yield(Config) : Config end |