Class: Fluent::Plugin::ForwardOutput::ConnectionManager::RequestInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#authObject

Returns the value of attribute auth

Returns:

  • (Object)

    the current value of auth



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

def auth
  @auth
end

#shared_key_nonceObject

Returns the value of attribute shared_key_nonce

Returns:

  • (Object)

    the current value of 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

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



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

def state
  @state
end