Class: LogStash::Config::AST::Selector

Inherits:
RValue
  • Object
show all
Defined in:
lib/logstash/config/config_ast.rb

Instance Method Summary collapse

Instance Method Details

#compileObject



344
345
346
# File 'lib/logstash/config/config_ast.rb', line 344

def compile
  return "event[#{text_value.inspect}]"
end