Class: SearchResult::KeyMatch

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

Instance Attribute Details

#titleObject

Returns the value of attribute title.



272
273
274
# File 'app/models/search_result.rb', line 272

def title
  @title
end

#urlObject

Returns the value of attribute url.



272
273
274
# File 'app/models/search_result.rb', line 272

def url
  @url
end