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



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

def conn
  @conn
end

#uriObject

Returns the value of attribute uri

Returns:

  • (Object)

    the current value of uri



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

def uri
  @uri
end