Method: Net::HTTPResponse#body=
- Defined in:
- lib/net/http/response.rb
#body=(value) ⇒ Object
Sets the body of the response to the given value.
405 406 407 |
# File 'lib/net/http/response.rb', line 405 def body=(value) @body = value end |