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