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.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body
753 754 755 |
# File 'lib/kward/tools/search/web.rb', line 753 def body @body end |
#code ⇒ Object
Returns the value of attribute code
753 754 755 |
# File 'lib/kward/tools/search/web.rb', line 753 def code @code end |
#headers ⇒ Object
Returns the value of attribute headers
753 754 755 |
# File 'lib/kward/tools/search/web.rb', line 753 def headers @headers end |
#truncated ⇒ Object
Returns the value of attribute truncated
753 754 755 |
# File 'lib/kward/tools/search/web.rb', line 753 def truncated @truncated end |