Class: BingSearch::RelatedSearchResult

Inherits:
Result show all
Defined in:
lib/bing-search/models.rb

Instance Attribute Summary collapse

Attributes inherited from Result

#id

Method Summary

Methods inherited from Model

#initialize, #set

Constructor Details

This class inherits a constructor from BingSearch::Model

Instance Attribute Details

#bing_urlString

The URL of the Bing results page for the related search

Returns:

  • (String)


155
156
157
# File 'lib/bing-search/models.rb', line 155

def bing_url
  @bing_url
end

#titleString Also known as: query

The query text of the related search

Returns:

  • (String)


150
151
152
# File 'lib/bing-search/models.rb', line 150

def title
  @title
end