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.
16 17 18 |
# File 'lib/universal_renderer/configuration.rb', line 16 def initialize @pool_size = 5 end |
Instance Attribute Details
#pool_size ⇒ Object
Returns the value of attribute pool_size.
14 15 16 |
# File 'lib/universal_renderer/configuration.rb', line 14 def pool_size @pool_size end |