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
35 36 37 |
# File 'lib/kward/tools/search/web.rb', line 35 def answer @answer end |
#note ⇒ Object
Returns the value of attribute note
35 36 37 |
# File 'lib/kward/tools/search/web.rb', line 35 def note @note end |
#provider ⇒ Object
Returns the value of attribute provider
35 36 37 |
# File 'lib/kward/tools/search/web.rb', line 35 def provider @provider end |
#results ⇒ Object
Returns the value of attribute results
35 36 37 |
# File 'lib/kward/tools/search/web.rb', line 35 def results @results end |