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
2 3 4 |
# File 'lib/haproxy/config.rb', line 2 def config @config end |
#name ⇒ Object
Returns the value of attribute name
2 3 4 |
# File 'lib/haproxy/config.rb', line 2 def name @name end |
#options ⇒ Object
Returns the value of attribute options
2 3 4 |
# File 'lib/haproxy/config.rb', line 2 def end |