Class: Dingtalk::Config
- Inherits:
-
Object
- Object
- Dingtalk::Config
- Defined in:
- lib/dingtalk/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
#key_expired ⇒ Object
Returns the value of attribute key_expired.
27 28 29 |
# File 'lib/dingtalk/config.rb', line 27 def key_expired @key_expired end |
#redis ⇒ Object
Returns the value of attribute redis.
27 28 29 |
# File 'lib/dingtalk/config.rb', line 27 def redis @redis end |
#rest_client_options ⇒ Object
Returns the value of attribute rest_client_options.
27 28 29 |
# File 'lib/dingtalk/config.rb', line 27 def @rest_client_options end |