Class: Fluent::FilterWhere::Parser::Literal

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/filter_where/parser/literal.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#textObject (readonly)

Returns the value of attribute text.



8
9
10
# File 'lib/fluent/plugin/filter_where/parser/literal.rb', line 8

def text
  @text
end

#valObject (readonly)

Returns the value of attribute val.



9
10
11
# File 'lib/fluent/plugin/filter_where/parser/literal.rb', line 9

def val
  @val
end

Instance Method Details

#get(record) ⇒ Object



11
12
13
# File 'lib/fluent/plugin/filter_where/parser/literal.rb', line 11

def get(record)
  @val
end