Class: Kward::WebSearch::Result
- Inherits:
-
Struct
- Object
- Struct
- Kward::WebSearch::Result
- Defined in:
- lib/kward/tools/search/web.rb
Instance Attribute Summary collapse
-
#excerpt ⇒ Object
Returns the value of attribute excerpt.
-
#provider ⇒ Object
Returns the value of attribute provider.
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#excerpt ⇒ Object
Returns the value of attribute excerpt
32 33 34 |
# File 'lib/kward/tools/search/web.rb', line 32 def excerpt @excerpt end |
#provider ⇒ Object
Returns the value of attribute provider
32 33 34 |
# File 'lib/kward/tools/search/web.rb', line 32 def provider @provider end |
#title ⇒ Object
Returns the value of attribute title
32 33 34 |
# File 'lib/kward/tools/search/web.rb', line 32 def title @title end |
#url ⇒ Object
Returns the value of attribute url
32 33 34 |
# File 'lib/kward/tools/search/web.rb', line 32 def url @url end |