Class: HAProxy::Server

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

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes



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

def attributes
  @attributes
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

#portObject

Returns the value of attribute port



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

def port
  @port
end