Class: Fluent::PluginHelper::Server::ServerInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/fluent/plugin_helper/server.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bindObject

Returns the value of attribute bind

Returns:

  • (Object)

    the current value of bind



204
205
206
# File 'lib/fluent/plugin_helper/server.rb', line 204

def bind
  @bind
end

#portObject

Returns the value of attribute port

Returns:

  • (Object)

    the current value of port



204
205
206
# File 'lib/fluent/plugin_helper/server.rb', line 204

def port
  @port
end

#protoObject

Returns the value of attribute proto

Returns:

  • (Object)

    the current value of proto



204
205
206
# File 'lib/fluent/plugin_helper/server.rb', line 204

def proto
  @proto
end

#serverObject

Returns the value of attribute server

Returns:

  • (Object)

    the current value of server



204
205
206
# File 'lib/fluent/plugin_helper/server.rb', line 204

def server
  @server
end

#sharedObject

Returns the value of attribute shared

Returns:

  • (Object)

    the current value of shared



204
205
206
# File 'lib/fluent/plugin_helper/server.rb', line 204

def shared
  @shared
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



204
205
206
# File 'lib/fluent/plugin_helper/server.rb', line 204

def title
  @title
end