Class: HAProxy::Frontend

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

Instance Attribute Summary collapse

Instance Attribute Details

#configObject

Returns the value of attribute config



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

def config
  @config
end

#hostObject

Returns the value of attribute host



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

def host
  @host
end

#nameObject

Returns the value of attribute name



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

def name
  @name
end

#optionsObject

Returns the value of attribute options



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

def options
  @options
end

#portObject

Returns the value of attribute port



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

def port
  @port
end