Class: WeixinAuthorize::Config
- Inherits:
-
Object
- Object
- WeixinAuthorize::Config
- Defined in:
- lib/weixin_authorize/config.rb
Instance Attribute Summary collapse
-
#key_expired ⇒ Object
Returns the value of attribute key_expired.
-
#redis ⇒ Object
Returns the value of attribute redis.
-
#rest_client_options ⇒ Object
Returns the value of attribute rest_client_options.
Instance Attribute Details
permalink #key_expired ⇒ Object
Returns the value of attribute key_expired.
33 34 35 |
# File 'lib/weixin_authorize/config.rb', line 33 def key_expired @key_expired end |
permalink #redis ⇒ Object
Returns the value of attribute redis.
33 34 35 |
# File 'lib/weixin_authorize/config.rb', line 33 def redis @redis end |
permalink #rest_client_options ⇒ Object
Returns the value of attribute rest_client_options.
33 34 35 |
# File 'lib/weixin_authorize/config.rb', line 33 def @rest_client_options end |