Method: Cubicle::Measure#aggregation_method
- Defined in:
- lib/cubicle/measure.rb
#aggregation_method ⇒ Object
can be :sum, :average, :count
9 10 11 |
# File 'lib/cubicle/measure.rb', line 9 def aggregation_method @aggregation_method end |