Class: Fluent::Plugin::TailInput::GroupWatcher::FileCounter
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::TailInput::GroupWatcher::FileCounter
- Defined in:
- lib/fluent/plugin/in_tail/group_watch.rb
Instance Attribute Summary collapse
-
#number_lines_read ⇒ Object
Returns the value of attribute number_lines_read.
-
#start_reading_time ⇒ Object
Returns the value of attribute start_reading_time.
Instance Attribute Details
#number_lines_read ⇒ Object
Returns the value of attribute number_lines_read
135 136 137 |
# File 'lib/fluent/plugin/in_tail/group_watch.rb', line 135 def number_lines_read @number_lines_read end |
#start_reading_time ⇒ Object
Returns the value of attribute start_reading_time
135 136 137 |
# File 'lib/fluent/plugin/in_tail/group_watch.rb', line 135 def start_reading_time @start_reading_time end |