Module: Wechat::ControllerApi::ClassMethods
- Defined in:
- lib/wechat/controller_api.rb
Instance Attribute Summary collapse
-
#agentid ⇒ Object
Returns the value of attribute agentid.
-
#appid ⇒ Object
Returns the value of attribute appid.
-
#corpid ⇒ Object
Returns the value of attribute corpid.
-
#encoding_aes_key ⇒ Object
Returns the value of attribute encoding_aes_key.
-
#encrypt_mode ⇒ Object
Returns the value of attribute encrypt_mode.
-
#oauth2_cookie_duration ⇒ Object
Returns the value of attribute oauth2_cookie_duration.
-
#skip_verify_ssl ⇒ Object
Returns the value of attribute skip_verify_ssl.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
-
#token ⇒ Object
Returns the value of attribute token.
-
#trusted_domain_fullname ⇒ Object
Returns the value of attribute trusted_domain_fullname.
-
#wechat_api_client ⇒ Object
Returns the value of attribute wechat_api_client.
-
#wechat_cfg_account ⇒ Object
Returns the value of attribute wechat_cfg_account.
Instance Attribute Details
#agentid ⇒ Object
Returns the value of attribute agentid.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def agentid @agentid end |
#appid ⇒ Object
Returns the value of attribute appid.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def appid @appid end |
#corpid ⇒ Object
Returns the value of attribute corpid.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def corpid @corpid end |
#encoding_aes_key ⇒ Object
Returns the value of attribute encoding_aes_key.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def encoding_aes_key @encoding_aes_key end |
#encrypt_mode ⇒ Object
Returns the value of attribute encrypt_mode.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def encrypt_mode @encrypt_mode end |
#oauth2_cookie_duration ⇒ Object
Returns the value of attribute oauth2_cookie_duration.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def @oauth2_cookie_duration end |
#skip_verify_ssl ⇒ Object
Returns the value of attribute skip_verify_ssl.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def skip_verify_ssl @skip_verify_ssl end |
#timeout ⇒ Object
Returns the value of attribute timeout.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def timeout @timeout end |
#token ⇒ Object
Returns the value of attribute token.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def token @token end |
#trusted_domain_fullname ⇒ Object
Returns the value of attribute trusted_domain_fullname.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def trusted_domain_fullname @trusted_domain_fullname end |
#wechat_api_client ⇒ Object
Returns the value of attribute wechat_api_client.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def wechat_api_client @wechat_api_client end |
#wechat_cfg_account ⇒ Object
Returns the value of attribute wechat_cfg_account.
8 9 10 |
# File 'lib/wechat/controller_api.rb', line 8 def wechat_cfg_account @wechat_cfg_account end |