module LogStashConfig::PluginSection0

Public Instance Methods

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