Method: Atatus::Metrics::BreakdownSet#initialize
- Defined in:
- lib/atatus/metrics/breakdown_set.rb
#initialize(config) ⇒ BreakdownSet
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of BreakdownSet.
24 25 26 27 28 |
# File 'lib/atatus/metrics/breakdown_set.rb', line 24 def initialize(config) super disable! unless config.breakdown_metrics? end |