Module: WechatWork::Config
Instance Attribute Summary collapse
-
#agentid ⇒ Object
Returns the value of attribute agentid.
-
#agentsecret ⇒ Object
Returns the value of attribute agentsecret.
-
#corpid ⇒ Object
Returns the value of attribute corpid.
Instance Method Summary collapse
Instance Attribute Details
#agentid ⇒ Object
Returns the value of attribute agentid.
10 11 12 |
# File 'lib/wechat_work.rb', line 10 def agentid @agentid end |
#agentsecret ⇒ Object
Returns the value of attribute agentsecret.
11 12 13 |
# File 'lib/wechat_work.rb', line 11 def agentsecret @agentsecret end |
#corpid ⇒ Object
Returns the value of attribute corpid.
9 10 11 |
# File 'lib/wechat_work.rb', line 9 def corpid @corpid end |
Instance Method Details
#reset ⇒ Object
13 14 15 16 17 |
# File 'lib/wechat_work.rb', line 13 def reset self.corpid = nil self.agentid = nil self.agentsecret = nil end |