Class: WeixinRailsMiddleware::Configuration
- Inherits:
-
Object
- Object
- WeixinRailsMiddleware::Configuration
- Defined in:
- lib/weixin_rails_middleware/configuration.rb
Instance Attribute Summary collapse
-
#app_id ⇒ Object
加密参数配置.
-
#custom_adapter ⇒ Object
自定义场景.
-
#encoding_aes_key ⇒ Object
加密参数配置.
-
#public_account_class ⇒ Object
Returns the value of attribute public_account_class.
-
#weixin_secret_string ⇒ Object
Returns the value of attribute weixin_secret_string.
-
#weixin_token_string ⇒ Object
Returns the value of attribute weixin_token_string.
Instance Attribute Details
#app_id ⇒ Object
加密参数配置
21 22 23 |
# File 'lib/weixin_rails_middleware/configuration.rb', line 21 def app_id @app_id end |
#custom_adapter ⇒ Object
自定义场景
24 25 26 |
# File 'lib/weixin_rails_middleware/configuration.rb', line 24 def custom_adapter @custom_adapter end |
#encoding_aes_key ⇒ Object
加密参数配置
21 22 23 |
# File 'lib/weixin_rails_middleware/configuration.rb', line 21 def encoding_aes_key @encoding_aes_key end |
#public_account_class ⇒ Object
Returns the value of attribute public_account_class.
18 19 20 |
# File 'lib/weixin_rails_middleware/configuration.rb', line 18 def public_account_class @public_account_class end |
#weixin_secret_string ⇒ Object
Returns the value of attribute weixin_secret_string.
19 20 21 |
# File 'lib/weixin_rails_middleware/configuration.rb', line 19 def weixin_secret_string @weixin_secret_string end |
#weixin_token_string ⇒ Object
Returns the value of attribute weixin_token_string.
19 20 21 |
# File 'lib/weixin_rails_middleware/configuration.rb', line 19 def weixin_token_string @weixin_token_string end |