Class: Fluent::PluginHelper::Server::ServerInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::PluginHelper::Server::ServerInfo
- Defined in:
- lib/fluent/plugin_helper/server.rb
Instance Attribute Summary collapse
-
#bind ⇒ Object
Returns the value of attribute bind.
-
#port ⇒ Object
Returns the value of attribute port.
-
#proto ⇒ Object
Returns the value of attribute proto.
-
#server ⇒ Object
Returns the value of attribute server.
-
#shared ⇒ Object
Returns the value of attribute shared.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Attribute Details
#bind ⇒ Object
Returns the value of attribute bind
204 205 206 |
# File 'lib/fluent/plugin_helper/server.rb', line 204 def bind @bind end |
#port ⇒ Object
Returns the value of attribute port
204 205 206 |
# File 'lib/fluent/plugin_helper/server.rb', line 204 def port @port end |
#proto ⇒ Object
Returns the value of attribute proto
204 205 206 |
# File 'lib/fluent/plugin_helper/server.rb', line 204 def proto @proto end |
#server ⇒ Object
Returns the value of attribute server
204 205 206 |
# File 'lib/fluent/plugin_helper/server.rb', line 204 def server @server end |
#shared ⇒ Object
Returns the value of attribute shared
204 205 206 |
# File 'lib/fluent/plugin_helper/server.rb', line 204 def shared @shared end |
#title ⇒ Object
Returns the value of attribute title
204 205 206 |
# File 'lib/fluent/plugin_helper/server.rb', line 204 def title @title end |