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