Class: BingSearch::RelatedSearchResult
- Defined in:
- lib/bing-search/models.rb
Instance Attribute Summary collapse
-
#bing_url ⇒ String
The URL of the Bing results page for the related search.
-
#title ⇒ String
(also: #query)
The query text of the related search.
Attributes inherited from Result
Method Summary
Methods inherited from Model
Constructor Details
This class inherits a constructor from BingSearch::Model
Instance Attribute Details
#bing_url ⇒ String
The URL of the Bing results page for the related search
155 156 157 |
# File 'lib/bing-search/models.rb', line 155 def bing_url @bing_url end |
#title ⇒ String Also known as: query
The query text of the related search
150 151 152 |
# File 'lib/bing-search/models.rb', line 150 def title @title end |