Class: Fluent::Plugin::HTTPOutput::ConnectionCache

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin/out_http.rb

Instance Attribute Summary collapse

Instance Attribute Details

#connObject

Returns the value of attribute conn

Returns:

  • (Object)

    the current value of conn



41
42
43
# File 'lib/fluent/plugin/out_http.rb', line 41

def conn
  @conn
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



41
42
43
# File 'lib/fluent/plugin/out_http.rb', line 41

def uri
  @uri
end