module LogStashConfig::ElseIf0

Public Instance Methods

_() click to toggle source
# File lib/logstash/config/grammar.rb, line 2042
def _
  elements[1]
end
branch_or_plugin() click to toggle source
# File lib/logstash/config/grammar.rb, line 2038
def branch_or_plugin
  elements[0]
end