Method: Azure::Core::Http::HttpResponse#body

Defined in:
lib/azure/core/http/http_response.rb

#bodyObject

Public: Get the response body.

Returns a String.



36
37
38
# File 'lib/azure/core/http/http_response.rb', line 36

def body
  @http_response.body
end