Class: Wework::Config
- Inherits:
-
Object
- Object
- Wework::Config
- Defined in:
- lib/wework/config.rb
Instance Attribute Summary collapse
-
#expired_shift_seconds ⇒ Object
Returns the value of attribute expired_shift_seconds.
-
#http_timeout_options ⇒ Object
Returns the value of attribute http_timeout_options.
-
#redis ⇒ Object
Returns the value of attribute redis.
Instance Attribute Details
#expired_shift_seconds ⇒ Object
Returns the value of attribute expired_shift_seconds.
26 27 28 |
# File 'lib/wework/config.rb', line 26 def expired_shift_seconds @expired_shift_seconds end |
#http_timeout_options ⇒ Object
Returns the value of attribute http_timeout_options.
26 27 28 |
# File 'lib/wework/config.rb', line 26 def @http_timeout_options end |
#redis ⇒ Object
Returns the value of attribute redis.
26 27 28 |
# File 'lib/wework/config.rb', line 26 def redis @redis end |