Class: Fluent::Plugin::ForwardOutput::ConnectionManager::RequestInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::ForwardOutput::ConnectionManager::RequestInfo
- Defined in:
- lib/fluent/plugin/out_forward/connection_manager.rb
Instance Attribute Summary collapse
-
#auth ⇒ Object
Returns the value of attribute auth.
-
#shared_key_nonce ⇒ Object
Returns the value of attribute shared_key_nonce.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#auth ⇒ Object
Returns the value of attribute auth
22 23 24 |
# File 'lib/fluent/plugin/out_forward/connection_manager.rb', line 22 def auth @auth end |
#shared_key_nonce ⇒ Object
Returns the value of attribute shared_key_nonce
22 23 24 |
# File 'lib/fluent/plugin/out_forward/connection_manager.rb', line 22 def shared_key_nonce @shared_key_nonce end |
#state ⇒ Object
Returns the value of attribute state
22 23 24 |
# File 'lib/fluent/plugin/out_forward/connection_manager.rb', line 22 def state @state end |