Class: Fluent::Plugin::TailInput::TargetInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::TailInput::TargetInfo
- Defined in:
- lib/fluent/plugin/in_tail/position_file.rb
Instance Attribute Summary collapse
-
#ino ⇒ Object
Returns the value of attribute ino.
-
#path ⇒ Object
Returns the value of attribute path.
Instance Attribute Details
#ino ⇒ Object
Returns the value of attribute ino
253 254 255 |
# File 'lib/fluent/plugin/in_tail/position_file.rb', line 253 def ino @ino end |
#path ⇒ Object
Returns the value of attribute path
253 254 255 |
# File 'lib/fluent/plugin/in_tail/position_file.rb', line 253 def path @path end |