Class: ElasticSearch::Result
- Inherits:
-
Hashie::Mash
- Object
- Hashie::Mash
- ElasticSearch::Result
- Defined in:
- lib/elastic_search/result.rb
Overview
The ElasticSearch::Result class basically is a hash wrapper that uses Hashie::Mash to provide convenient method access to the hash attributes.
Class Method Summary collapse
Class Method Details
.disable_warnings? ⇒ Boolean
7 8 9 |
# File 'lib/elastic_search/result.rb', line 7 def self.disable_warnings? true end |