Class: Elasticated::MaxAggregation

Inherits:
SingleValueAggregation show all
Defined in:
lib/elasticated/aggregations/single_value_aggregation.rb

Instance Attribute Summary

Attributes inherited from Aggregation

#alias_name, #extra_params, #field

Instance Method Summary collapse

Methods inherited from SingleValueAggregation

#build, #default_name, #parse

Methods inherited from Aggregation

#initialize, #name, #original_name

Methods included from Elasticated::Mixins::Inspectionable

#inspect, #text_for_inspect

Methods included from Elasticated::Mixins::BlockEvaluation

#evaluate

Methods included from Elasticated::Mixins::Clonable

#==, #clone

Constructor Details

This class inherits a constructor from Elasticated::Aggregation

Instance Method Details

#operationObject



30
31
32
# File 'lib/elasticated/aggregations/single_value_aggregation.rb', line 30

def operation
  :max
end