Class: Fluent::Match

Inherits:
Object
  • Object
show all
Defined in:
lib/fluent/plugin/tdms_ext_fluentd.rb

Overview

for v0.10

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pattern_str, output) ⇒ Match

Returns a new instance of Match.



124
125
126
127
# File 'lib/fluent/plugin/tdms_ext_fluentd.rb', line 124

def initialize(pattern_str, output)
  @pattern_str = pattern_str.dup
  orig_init(pattern_str, output)
end

Instance Attribute Details

#pattern_strObject (readonly)

Returns the value of attribute pattern_str.



122
123
124
# File 'lib/fluent/plugin/tdms_ext_fluentd.rb', line 122

def pattern_str
  @pattern_str
end

Instance Method Details

#orig_initObject



121
# File 'lib/fluent/plugin/tdms_ext_fluentd.rb', line 121

alias orig_init initialize