module LogStashConfig::Config1

Public Instance Methods

_1() click to toggle source
# File lib/logstash/config/grammar.rb, line 26
def _1
  elements[0]
end
_2() click to toggle source
# File lib/logstash/config/grammar.rb, line 34
def _2
  elements[2]
end
_3() click to toggle source
# File lib/logstash/config/grammar.rb, line 38
def _3
  elements[4]
end
plugin_section() click to toggle source
# File lib/logstash/config/grammar.rb, line 30
def plugin_section
  elements[1]
end