Class: HAProxy::Backend
- Inherits:
-
Struct
- Object
- Struct
- HAProxy::Backend
- Includes:
- ServerList
- Defined in:
- lib/haproxy/config.rb,
lib/haproxy/config.rb
Overview
Represents a backend configuration block.
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#servers ⇒ Object
Returns the value of attribute servers.
Method Summary
Methods included from ServerList
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
5 6 7 |
# File 'lib/haproxy/config.rb', line 5 def config @config end |
#name ⇒ Object
Returns the value of attribute name
5 6 7 |
# File 'lib/haproxy/config.rb', line 5 def name @name end |
#options ⇒ Object
Returns the value of attribute options
5 6 7 |
# File 'lib/haproxy/config.rb', line 5 def end |
#servers ⇒ Object
Returns the value of attribute servers
5 6 7 |
# File 'lib/haproxy/config.rb', line 5 def servers @servers end |