Method: ApiClient#destroy_session
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#destroy_session(server) ⇒ Object
33 34 35 36 37 38 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 33 def destroy_session(server) uri = session_uri(server) response = http_client.make_delete_request(uri) build_response(response) end |