Class: SearchResult::KeyMatch
- Inherits:
-
Object
- Object
- SearchResult::KeyMatch
- Defined in:
- app/models/search_result.rb
Overview
Sometimes refered to as ‘Featured Links’, though the GSA UI uses the KeyMatch
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title.
272 273 274 |
# File 'app/models/search_result.rb', line 272 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
272 273 274 |
# File 'app/models/search_result.rb', line 272 def url @url end |