Class: RailsConnector::SES::SearchResult

Inherits:
Array
  • Object
show all
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

Instance Attribute Details

#total_hitsObject (readonly)

The total number of hits.



41
42
43
# File 'lib/rails_connector/ses.rb', line 41

def total_hits
  @total_hits
end