Class: Wework::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/wework/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#expired_shift_secondsObject

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_optionsObject

Returns the value of attribute http_timeout_options.



26
27
28
# File 'lib/wework/config.rb', line 26

def http_timeout_options
  @http_timeout_options
end

#redisObject

Returns the value of attribute redis.



26
27
28
# File 'lib/wework/config.rb', line 26

def redis
  @redis
end