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



44
45
46
# File 'lib/fluent/plugin/in_tail.rb', line 44

def closed
  @closed
end

#openedObject

Returns the value of attribute opened

Returns:

  • (Object)

    the current value of opened



44
45
46
# File 'lib/fluent/plugin/in_tail.rb', line 44

def opened
  @opened
end

#rotatedObject

Returns the value of attribute rotated

Returns:

  • (Object)

    the current value of rotated



44
45
46
# File 'lib/fluent/plugin/in_tail.rb', line 44

def rotated
  @rotated
end