Class: Fluent::Plugin::TailInput::MetricsInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#closedObject

Returns the value of attribute closed

Returns:

  • (Object)

    the current value of closed



39
40
41
# File 'lib/fluent/plugin/in_tail.rb', line 39

def closed
  @closed
end

#openedObject

Returns the value of attribute opened

Returns:

  • (Object)

    the current value of opened



39
40
41
# File 'lib/fluent/plugin/in_tail.rb', line 39

def opened
  @opened
end

#rotatedObject

Returns the value of attribute rotated

Returns:

  • (Object)

    the current value of rotated



39
40
41
# File 'lib/fluent/plugin/in_tail.rb', line 39

def rotated
  @rotated
end