Class: Fluent::Plugin::ForwardOutput::SocketCache::TimedSocket

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



22
23
24
# File 'lib/fluent/plugin/out_forward/socket_cache.rb', line 22

def key
  @key
end

#sockObject

Returns the value of attribute sock

Returns:

  • (Object)

    the current value of sock



22
23
24
# File 'lib/fluent/plugin/out_forward/socket_cache.rb', line 22

def sock
  @sock
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



22
23
24
# File 'lib/fluent/plugin/out_forward/socket_cache.rb', line 22

def timeout
  @timeout
end