Libraries
»
webclient
(0.2.2)
»
Index
»
Webclient
»
Response
»
#body
Method: Webclient::Response#body
Defined in:
lib/webclient/webclient.rb
#
body
⇒
Object
Also known as:
blob
45
# File 'lib/webclient/webclient.rb', line 45
def
body
(
)
@response
.
body
.
to_s
;
end