class HAProxy::Treetop::ConfigLine

Helper class for config nodes

Public Instance Methods

attribute() click to toggle source
# File lib/haproxy/treetop/nodes.rb, line 117
def attribute
  value.content
end
key() click to toggle source
# File lib/haproxy/treetop/nodes.rb, line 113
def key
  keyword.content
end