Method: Elasticated::RangeAggregationEvaluator#initialize
- Defined in:
- lib/elasticated/aggregations/range_aggregation_evaluator.rb
#initialize ⇒ RangeAggregationEvaluator
Returns a new instance of RangeAggregationEvaluator.
8 9 10 11 |
# File 'lib/elasticated/aggregations/range_aggregation_evaluator.rb', line 8 def initialize super self._ranges_builder = RangesBuilder.new end |