Class: LogStash::KeyNode
- Inherits:
-
Object
- Object
- LogStash::KeyNode
- Defined in:
- lib/logstash/string_interpolation.rb
Instance Method Summary collapse
- #evaluate(event) ⇒ Object
-
#initialize(key) ⇒ KeyNode
constructor
A new instance of KeyNode.
Constructor Details
#initialize(key) ⇒ KeyNode
Returns a new instance of KeyNode.
103 104 105 |
# File 'lib/logstash/string_interpolation.rb', line 103 def initialize(key) @key = key end |