Class: Fluent::Plugin::TailInput::MetricsInfo
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::TailInput::MetricsInfo
- Defined in:
- lib/fluent/plugin/in_tail.rb
Instance Attribute Summary collapse
-
#closed ⇒ Object
Returns the value of attribute closed.
-
#opened ⇒ Object
Returns the value of attribute opened.
-
#rotated ⇒ Object
Returns the value of attribute rotated.
Instance Attribute Details
#closed ⇒ Object
Returns the value of attribute closed
44 45 46 |
# File 'lib/fluent/plugin/in_tail.rb', line 44 def closed @closed end |
#opened ⇒ Object
Returns the value of attribute opened
44 45 46 |
# File 'lib/fluent/plugin/in_tail.rb', line 44 def opened @opened end |
#rotated ⇒ Object
Returns the value of attribute rotated
44 45 46 |
# File 'lib/fluent/plugin/in_tail.rb', line 44 def rotated @rotated end |