We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852bc5 commit 08daac5Copy full SHA for 08daac5
elasticsearch-model/lib/elasticsearch/model/response/aggregations.rb
@@ -2,7 +2,7 @@ module Elasticsearch
2
module Model
3
module Response
4
5
- class Aggregations < Hashie::Mash
+ class Aggregations < HashWrapper
6
disable_warnings if respond_to?(:disable_warnings)
7
8
def initialize(attributes={})
elasticsearch-model/lib/elasticsearch/model/response/suggestions.rb
- class Suggestions < Hashie::Mash
+ class Suggestions < HashWrapper
def terms
0 commit comments