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



505
506
507
# File 'lib/logstash/config/config_ast.rb', line 505

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