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