Class: Heatwave::WebSearch::Item

Inherits:
Data
  • Object
show all
Defined in:
app/services/heatwave/web_search.rb

Overview

One organic search result.

Instance Attribute Summary collapse

Instance Attribute Details

#positionObject (readonly)

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



29
30
31
# File 'app/services/heatwave/web_search.rb', line 29

def position
  @position
end

#snippetObject (readonly)

Returns the value of attribute snippet

Returns:

  • (Object)

    the current value of snippet



29
30
31
# File 'app/services/heatwave/web_search.rb', line 29

def snippet
  @snippet
end

#titleObject (readonly)

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



29
30
31
# File 'app/services/heatwave/web_search.rb', line 29

def title
  @title
end

#urlObject (readonly)

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



29
30
31
# File 'app/services/heatwave/web_search.rb', line 29

def url
  @url
end