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



208
209
210
# File 'lib/fluent/plugin_helper/server.rb', line 208

def bind
  @bind
end

#portObject

Returns the value of attribute port



208
209
210
# File 'lib/fluent/plugin_helper/server.rb', line 208

def port
  @port
end

#protoObject

Returns the value of attribute proto



208
209
210
# File 'lib/fluent/plugin_helper/server.rb', line 208

def proto
  @proto
end

#serverObject

Returns the value of attribute server



208
209
210
# File 'lib/fluent/plugin_helper/server.rb', line 208

def server
  @server
end

#sharedObject

Returns the value of attribute shared



208
209
210
# File 'lib/fluent/plugin_helper/server.rb', line 208

def shared
  @shared
end

#titleObject

Returns the value of attribute title



208
209
210
# File 'lib/fluent/plugin_helper/server.rb', line 208

def title
  @title
end