Class: Heatwave::WebSearch::Item
- Inherits:
-
Data
- Object
- Data
- Heatwave::WebSearch::Item
- Defined in:
- app/services/heatwave/web_search.rb
Overview
One organic search result.
Instance Attribute Summary collapse
-
#position ⇒ Object
readonly
Returns the value of attribute position.
-
#snippet ⇒ Object
readonly
Returns the value of attribute snippet.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Instance Attribute Details
#position ⇒ Object (readonly)
Returns the value of attribute position
29 30 31 |
# File 'app/services/heatwave/web_search.rb', line 29 def position @position end |
#snippet ⇒ Object (readonly)
Returns the value of attribute snippet
29 30 31 |
# File 'app/services/heatwave/web_search.rb', line 29 def snippet @snippet end |
#title ⇒ Object (readonly)
Returns the value of attribute title
29 30 31 |
# File 'app/services/heatwave/web_search.rb', line 29 def title @title end |
#url ⇒ Object (readonly)
Returns the value of attribute url
29 30 31 |
# File 'app/services/heatwave/web_search.rb', line 29 def url @url end |