Module: Wechat::ControllerApi::ClassMethods

Defined in:
lib/wechat/controller_api.rb

Instance Attribute Summary collapse

Instance Attribute Details

#agentidObject

Returns the value of attribute agentid.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def agentid
  @agentid
end

#appidObject

Returns the value of attribute appid.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def appid
  @appid
end

#corpidObject

Returns the value of attribute corpid.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def corpid
  @corpid
end

#encoding_aes_keyObject

Returns the value of attribute encoding_aes_key.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def encoding_aes_key
  @encoding_aes_key
end

#encrypt_modeObject

Returns the value of attribute encrypt_mode.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def encrypt_mode
  @encrypt_mode
end

Returns the value of attribute oauth2_cookie_duration.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def oauth2_cookie_duration
  @oauth2_cookie_duration
end

#skip_verify_sslObject

Returns the value of attribute skip_verify_ssl.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def skip_verify_ssl
  @skip_verify_ssl
end

#timeoutObject

Returns the value of attribute timeout.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def timeout
  @timeout
end

#tokenObject

Returns the value of attribute token.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def token
  @token
end

#trusted_domain_fullnameObject

Returns the value of attribute trusted_domain_fullname.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def trusted_domain_fullname
  @trusted_domain_fullname
end

#wechat_api_clientObject

Returns the value of attribute wechat_api_client.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def wechat_api_client
  @wechat_api_client
end

#wechat_cfg_accountObject

Returns the value of attribute wechat_cfg_account.



6
7
8
# File 'lib/wechat/controller_api.rb', line 6

def 
  @wechat_cfg_account
end