Class: UniversalRenderer::Configuration::Http
- Inherits:
-
Object
- Object
- UniversalRenderer::Configuration::Http
- Defined in:
- lib/universal_renderer/configuration.rb
Overview
HTTP client options.
Instance Attribute Summary collapse
-
#pool_size ⇒ Object
Returns the value of attribute pool_size.
Instance Method Summary collapse
-
#initialize ⇒ Http
constructor
A new instance of Http.
Constructor Details
#initialize ⇒ Http
Returns a new instance of Http.
13 14 15 |
# File 'lib/universal_renderer/configuration.rb', line 13 def initialize @pool_size = 5 end |
Instance Attribute Details
#pool_size ⇒ Object
Returns the value of attribute pool_size.
11 12 13 |
# File 'lib/universal_renderer/configuration.rb', line 11 def pool_size @pool_size end |