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

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

Instance Method Summary collapse

Methods inherited from Node

#text_value_for_comments

Instance Method Details

#compileObject



527
528
529
# File 'lib/logstash/config/config_ast.rb', line 527

def compile
  return "event.get(#{text_value.inspect})"
end