Class: Elasticband::Aggregation::Max

Inherits:
FieldBased show all
Defined in:
lib/elasticband/aggregation/max.rb

Constant Summary

Constants inherited from Elasticband::Aggregation

PARSE_AGGREGATIONS

Instance Attribute Summary

Attributes inherited from FieldBased

#field, #options

Attributes inherited from Elasticband::Aggregation

#name

Instance Method Summary collapse

Methods inherited from FieldBased

#initialize, #to_h

Methods inherited from Elasticband::Aggregation

#initialize, merge, parse, #to_h

Constructor Details

This class inherits a constructor from Elasticband::Aggregation::FieldBased

Instance Method Details

#typeObject



4
5
6
# File 'lib/elasticband/aggregation/max.rb', line 4

def type
  :max
end