Method: Chef::HTTP::RemoteRequestID#handle_response
- Defined in:
- lib/chef/http/remote_request_id.rb
#handle_response(http_response, rest_request, return_value) ⇒ Object
31 32 33 |
# File 'lib/chef/http/remote_request_id.rb', line 31 def handle_response(http_response, rest_request, return_value) [http_response, rest_request, return_value] end |