Class: Restool::Settings::Models::PersistentConnection

Inherits:
Struct
  • Object
show all
Defined in:
lib/restool/settings/models.rb

Instance Attribute Summary collapse

Instance Attribute Details

#force_retryObject

Returns the value of attribute force_retry

Returns:

  • (Object)

    the current value of force_retry



11
12
13
# File 'lib/restool/settings/models.rb', line 11

def force_retry
  @force_retry
end

#respool_sizeObject

Returns the value of attribute respool_size

Returns:

  • (Object)

    the current value of respool_size



11
12
13
# File 'lib/restool/settings/models.rb', line 11

def respool_size
  @respool_size
end

#want_timeoutObject

Returns the value of attribute want_timeout

Returns:

  • (Object)

    the current value of want_timeout



11
12
13
# File 'lib/restool/settings/models.rb', line 11

def want_timeout
  @want_timeout
end