Module: Rack::Timeout::ClassLevelProperties::ClassMethods

Included in:
Rack::Timeout
Defined in:
lib/rack/timeout/legacy.rb

Instance Attribute Summary collapse

Instance Attribute Details

#service_past_waitObject

Returns the value of attribute service_past_wait.



11
12
13
# File 'lib/rack/timeout/legacy.rb', line 11

def service_past_wait
  @service_past_wait
end

#service_timeoutObject

Returns the value of attribute service_timeout.



11
12
13
# File 'lib/rack/timeout/legacy.rb', line 11

def service_timeout
  @service_timeout
end

#wait_overtimeObject

Returns the value of attribute wait_overtime.



11
12
13
# File 'lib/rack/timeout/legacy.rb', line 11

def wait_overtime
  @wait_overtime
end

#wait_timeoutObject

Returns the value of attribute wait_timeout.



11
12
13
# File 'lib/rack/timeout/legacy.rb', line 11

def wait_timeout
  @wait_timeout
end