Class: Fluent::Plugin::HTTPOutput::ConnectionCache
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::HTTPOutput::ConnectionCache
- Defined in:
- lib/fluent/plugin/out_http.rb
Instance Attribute Summary collapse
-
#conn ⇒ Object
Returns the value of attribute conn.
-
#uri ⇒ Object
Returns the value of attribute uri.
Instance Attribute Details
#conn ⇒ Object
Returns the value of attribute conn
40 41 42 |
# File 'lib/fluent/plugin/out_http.rb', line 40 def conn @conn end |
#uri ⇒ Object
Returns the value of attribute uri
40 41 42 |
# File 'lib/fluent/plugin/out_http.rb', line 40 def uri @uri end |