Class: Kward::WebSearch::NetHttpClient::Response
- Inherits:
-
Struct
- Object
- Struct
- Kward::WebSearch::NetHttpClient::Response
- Defined in:
- lib/kward/tools/search/web.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#code ⇒ Object
Returns the value of attribute code.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
715 716 717 |
# File 'lib/kward/tools/search/web.rb', line 715 def body @body end |
#code ⇒ Object
Returns the value of attribute code
715 716 717 |
# File 'lib/kward/tools/search/web.rb', line 715 def code @code end |