Class: GoogleCustomSearch::ResultSet
- Inherits:
-
Struct
- Object
- Struct
- GoogleCustomSearch::ResultSet
- Defined in:
- lib/google_custom_search.rb
Overview
Quick Struct-based class to hold a collection of search result data.
Instance Attribute Summary collapse
-
#pages ⇒ Object
Returns the value of attribute pages.
-
#suggestion ⇒ Object
Returns the value of attribute suggestion.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#pages ⇒ Object
Returns the value of attribute pages
11 12 13 |
# File 'lib/google_custom_search.rb', line 11 def pages @pages end |
#suggestion ⇒ Object
Returns the value of attribute suggestion
11 12 13 |
# File 'lib/google_custom_search.rb', line 11 def suggestion @suggestion end |
#total ⇒ Object
Returns the value of attribute total
11 12 13 |
# File 'lib/google_custom_search.rb', line 11 def total @total end |