Method: Elasticated::Query#parse_aggregations

Defined in:
lib/elasticated/query.rb

#parse_aggregations(response) ⇒ Object

parse methods



161
162
163
# File 'lib/elasticated/query.rb', line 161

def parse_aggregations(response)
  _aggregations.parse response
end