Class: Fluent::Plugin::ForwardOutput::Node::SocketCache::TimedSocket
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ForwardOutput::Node::SocketCache::TimedSocket
- Defined in:
- lib/fluent/plugin/out_forward.rb
Instance Attribute Summary collapse
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#sock ⇒ Object
Returns the value of attribute sock.
-
#timeout ⇒ Object
Returns the value of attribute timeout.
Instance Attribute Details
#ref ⇒ Object
Returns the value of attribute ref
573 574 575 |
# File 'lib/fluent/plugin/out_forward.rb', line 573 def ref @ref end |
#sock ⇒ Object
Returns the value of attribute sock
573 574 575 |
# File 'lib/fluent/plugin/out_forward.rb', line 573 def sock @sock end |
#timeout ⇒ Object
Returns the value of attribute timeout
573 574 575 |
# File 'lib/fluent/plugin/out_forward.rb', line 573 def timeout @timeout end |