Class: Fluent::Plugin::Buffer::Metadata
- Inherits:
-
Struct
- Object
- Struct
- Fluent::Plugin::Buffer::Metadata
- Defined in:
- lib/fluent/plugin/buffer.rb
Instance Attribute Summary collapse
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#timekey ⇒ Object
Returns the value of attribute timekey.
-
#variables ⇒ Object
Returns the value of attribute variables.
Instance Attribute Details
#tag ⇒ Object
Returns the value of attribute tag
58 59 60 |
# File 'lib/fluent/plugin/buffer.rb', line 58 def tag @tag end |
#timekey ⇒ Object
Returns the value of attribute timekey
58 59 60 |
# File 'lib/fluent/plugin/buffer.rb', line 58 def timekey @timekey end |
#variables ⇒ Object
Returns the value of attribute variables
58 59 60 |
# File 'lib/fluent/plugin/buffer.rb', line 58 def variables @variables end |