Class: RailsConnector::SES::SearchResult
- Inherits:
-
Array
- Object
- Array
- RailsConnector::SES::SearchResult
- Defined in:
- lib/rails_connector/ses.rb
Overview
SearchResult is the list of hits in response to a search query. Since the maximum number of hits to return has been specified, there might be more hits available in the search engine.
Instance Attribute Summary collapse
-
#total_hits ⇒ Object
readonly
The total number of hits.
Instance Attribute Details
#total_hits ⇒ Object (readonly)
The total number of hits.
41 42 43 |
# File 'lib/rails_connector/ses.rb', line 41 def total_hits @total_hits end |