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

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

Instance Attribute Summary collapse

Instance Attribute Details

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



573
574
575
# File 'lib/fluent/plugin/out_forward.rb', line 573

def ref
  @ref
end

#sockObject

Returns the value of attribute sock

Returns:

  • (Object)

    the current value of sock



573
574
575
# File 'lib/fluent/plugin/out_forward.rb', line 573

def sock
  @sock
end

#timeoutObject

Returns the value of attribute timeout

Returns:

  • (Object)

    the current value of timeout



573
574
575
# File 'lib/fluent/plugin/out_forward.rb', line 573

def timeout
  @timeout
end