module WechatWork::Config
Attributes
agentid[RW]
agentsecret[RW]
corpid[RW]
Public Instance Methods
reset()
click to toggle source
# File lib/wechat_work.rb, line 13 def reset self.corpid = nil self.agentid = nil self.agentsecret = nil end