lib/elasticsearch/model/response/aggregations.rb in elasticsearch-model-6.0.0.pre vs lib/elasticsearch/model/response/aggregations.rb in elasticsearch-model-6.0.0

- old
+ new

@@ -1,9 +1,9 @@ module Elasticsearch module Model module Response - class Aggregations < Hashie::Mash + class Aggregations < HashWrapper disable_warnings if respond_to?(:disable_warnings) def initialize(attributes={}) __redefine_enumerable_methods super(attributes) end