Class: ThirdPartyWxa::Config
- Inherits:
-
Object
- Object
- ThirdPartyWxa::Config
- Defined in:
- lib/third_party_wxa/config.rb
Instance Attribute Summary collapse
-
#appid ⇒ Object
Returns the value of attribute appid.
-
#appsecret ⇒ Object
Returns the value of attribute appsecret.
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#redis_key ⇒ Object
Returns the value of attribute redis_key.
Instance Attribute Details
#appid ⇒ Object
Returns the value of attribute appid.
30 31 32 |
# File 'lib/third_party_wxa/config.rb', line 30 def appid @appid end |
#appsecret ⇒ Object
Returns the value of attribute appsecret.
30 31 32 |
# File 'lib/third_party_wxa/config.rb', line 30 def appsecret @appsecret end |
#redis ⇒ Object
Returns the value of attribute redis.
30 31 32 |
# File 'lib/third_party_wxa/config.rb', line 30 def redis @redis end |
#redis_key ⇒ Object
Returns the value of attribute redis_key.
30 31 32 |
# File 'lib/third_party_wxa/config.rb', line 30 def redis_key @redis_key end |