Method: Azure::Core::Http::HTTPError#http_response
- Defined in:
- lib/azure/core/http/http_error.rb
#http_response ⇒ Object (readonly)
Public: Detail of the response
Returns an Azure::Core::Http::HttpResponse object
28 29 30 |
# File 'lib/azure/core/http/http_error.rb', line 28 def http_response @http_response end |