Method: Cubicle::Measure#initialize
- Defined in:
- lib/cubicle/measure.rb
#initialize(*args) ⇒ Measure
Returns a new instance of Measure.
4 5 6 7 |
# File 'lib/cubicle/measure.rb', line 4 def initialize(*args) super @aggregation_method = self..delete(:aggregation_method) || default_aggregation_method end |