Method: Elasticsearch::Model::Response::Base#results
- Defined in:
- lib/elasticsearch/model/response/base.rb
#results ⇒ Object
This method is abstract.
Implement this method in specific class
38 39 40 |
# File 'lib/elasticsearch/model/response/base.rb', line 38 def results raise NotImplemented, "Implement this method in #{klass}" end |