Class: HAProxy::Listener

Inherits:
Struct
  • Object
show all
Includes:
ServerList
Defined in:
lib/haproxy/config.rb,
lib/haproxy/config.rb

Overview

Represents a listener configuration block.

Instance Attribute Summary collapse

Method Summary

Methods included from ServerList

#add_server

Instance Attribute Details

#configObject

Returns the value of attribute config



6
7
8
# File 'lib/haproxy/config.rb', line 6

def config
  @config
end

#hostObject

Returns the value of attribute host



6
7
8
# File 'lib/haproxy/config.rb', line 6

def host
  @host
end

#nameObject

Returns the value of attribute name



6
7
8
# File 'lib/haproxy/config.rb', line 6

def name
  @name
end

#optionsObject

Returns the value of attribute options



6
7
8
# File 'lib/haproxy/config.rb', line 6

def options
  @options
end

#portObject

Returns the value of attribute port



6
7
8
# File 'lib/haproxy/config.rb', line 6

def port
  @port
end

#serversObject

Returns the value of attribute servers



6
7
8
# File 'lib/haproxy/config.rb', line 6

def servers
  @servers
end