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.
-
#throttled ⇒ Object
Returns the value of attribute throttled.
Instance Attribute Details
#closed ⇒ Object
Returns the value of attribute closed
39 40 41 |
# File 'lib/fluent/plugin/in_tail.rb', line 39 def closed @closed end |
#opened ⇒ Object
Returns the value of attribute opened
39 40 41 |
# File 'lib/fluent/plugin/in_tail.rb', line 39 def opened @opened end |
#rotated ⇒ Object
Returns the value of attribute rotated
39 40 41 |
# File 'lib/fluent/plugin/in_tail.rb', line 39 def rotated @rotated end |
#throttled ⇒ Object
Returns the value of attribute throttled
39 40 41 |
# File 'lib/fluent/plugin/in_tail.rb', line 39 def throttled @throttled end |