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



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

def bind
  @bind
end

#portObject

Returns the value of attribute port



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

def port
  @port
end

#protoObject

Returns the value of attribute proto



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

def proto
  @proto
end

#serverObject

Returns the value of attribute server



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

def server
  @server
end

#sharedObject

Returns the value of attribute shared



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

def shared
  @shared
end

#titleObject

Returns the value of attribute title



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

def title
  @title
end