Class: Kward::WebSearch::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/kward/tools/search/web.rb

Instance Attribute Summary collapse

Instance Attribute Details

#excerptObject

Returns the value of attribute excerpt

Returns:

  • (Object)

    the current value of excerpt



34
35
36
# File 'lib/kward/tools/search/web.rb', line 34

def excerpt
  @excerpt
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



34
35
36
# File 'lib/kward/tools/search/web.rb', line 34

def provider
  @provider
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



34
35
36
# File 'lib/kward/tools/search/web.rb', line 34

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



34
35
36
# File 'lib/kward/tools/search/web.rb', line 34

def url
  @url
end