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



32
33
34
# File 'lib/kward/tools/search/web.rb', line 32

def excerpt
  @excerpt
end

#providerObject

Returns the value of attribute provider

Returns:

  • (Object)

    the current value of provider



32
33
34
# File 'lib/kward/tools/search/web.rb', line 32

def provider
  @provider
end

#titleObject

Returns the value of attribute title

Returns:

  • (Object)

    the current value of title



32
33
34
# File 'lib/kward/tools/search/web.rb', line 32

def title
  @title
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



32
33
34
# File 'lib/kward/tools/search/web.rb', line 32

def url
  @url
end