Class: HAProxy::Frontend
- Inherits:
-
Struct
- Object
- Struct
- HAProxy::Frontend
- Defined in:
- lib/haproxy/config.rb
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#host ⇒ Object
Returns the value of attribute host.
-
#name ⇒ Object
Returns the value of attribute name.
-
#options ⇒ Object
Returns the value of attribute options.
-
#port ⇒ Object
Returns the value of attribute port.
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 |
#host ⇒ Object
Returns the value of attribute host
5 6 7 |
# File 'lib/haproxy/config.rb', line 5 def host @host 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 @options end |
#port ⇒ Object
Returns the value of attribute port
5 6 7 |
# File 'lib/haproxy/config.rb', line 5 def port @port end |