Libraries
»
httprb/http
(main)
»
Index
»
HTTP
»
Response
»
#body
Method: HTTP::Response#body
Defined in:
lib/http/response.rb
#
body
⇒
Body
(readonly)
Returns:
(
Body
)
27 28 29
# File 'lib/http/response.rb', line 27
def
body
@body
end