Module: HAProxy::Treetop::ServerContainer
- Included in:
- BackendSection, ListenSection
- Defined in:
- lib/haproxy/treetop/nodes.rb
Overview
Include this module if the node contains a server elements.
Instance Method Summary collapse
Instance Method Details
#servers ⇒ Object
42 43 44 |
# File 'lib/haproxy/treetop/nodes.rb', line 42 def servers config_block.elements.select {|e| e.class == ServerLine} end |