Class: Fluent::Plugin::Buffer::Metadata

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

Instance Attribute Summary collapse

Instance Attribute Details

#tagObject

Returns the value of attribute tag

Returns:

  • (Object)

    the current value of tag



58
59
60
# File 'lib/fluent/plugin/buffer.rb', line 58

def tag
  @tag
end

#timekeyObject

Returns the value of attribute timekey

Returns:

  • (Object)

    the current value of timekey



58
59
60
# File 'lib/fluent/plugin/buffer.rb', line 58

def timekey
  @timekey
end

#variablesObject

Returns the value of attribute variables

Returns:

  • (Object)

    the current value of variables



58
59
60
# File 'lib/fluent/plugin/buffer.rb', line 58

def variables
  @variables
end