Class: Fluent::LibratoMetricsOutput::AggregationKey
- Inherits:
-
Struct
- Object
- Struct
- Fluent::LibratoMetricsOutput::AggregationKey
- Defined in:
- lib/fluent/plugin/out_librato_metrics.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#source ⇒ Object
Returns the value of attribute source.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
68 69 70 |
# File 'lib/fluent/plugin/out_librato_metrics.rb', line 68 def name @name end |
#source ⇒ Object
Returns the value of attribute source
68 69 70 |
# File 'lib/fluent/plugin/out_librato_metrics.rb', line 68 def source @source end |
#time ⇒ Object
Returns the value of attribute time
68 69 70 |
# File 'lib/fluent/plugin/out_librato_metrics.rb', line 68 def time @time end |