Class: Fluent::MetricSenseOutput::SegmentedTotalUpdater
- Inherits:
-
AddUpdater
- Object
- AddUpdater
- Fluent::MetricSenseOutput::SegmentedTotalUpdater
- Defined in:
- lib/fluent/plugin/out_metricsense.rb
Instance Attribute Summary collapse
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
Attributes inherited from AddUpdater
Instance Method Summary collapse
-
#initialize(original_mode) ⇒ SegmentedTotalUpdater
constructor
A new instance of SegmentedTotalUpdater.
Methods inherited from AddUpdater
Constructor Details
#initialize(original_mode) ⇒ SegmentedTotalUpdater
255 256 257 258 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 255 def initialize(original_mode) super() @mode = original_mode end |
Instance Attribute Details
#mode ⇒ Object (readonly)
Returns the value of attribute mode.
260 261 262 |
# File 'lib/fluent/plugin/out_metricsense.rb', line 260 def mode @mode end |