module LogStashConfig::Plugin2

Public Instance Methods

_1() click to toggle source
# File lib/logstash/config/grammar.rb, line 576
def _1
  elements[1]
end
_2() click to toggle source
# File lib/logstash/config/grammar.rb, line 580
def _2
  elements[3]
end
_3() click to toggle source
# File lib/logstash/config/grammar.rb, line 588
def _3
  elements[5]
end
attributes() click to toggle source
# File lib/logstash/config/grammar.rb, line 584
def attributes
  elements[4]
end
name() click to toggle source
# File lib/logstash/config/grammar.rb, line 572
def name
  elements[0]
end