Method: ApiClient#check_can_install
- Defined in:
- lib/uffizzi/clients/api/api_client.rb
#check_can_install(server, account_id) ⇒ Object
47 48 49 50 51 52 53 |
# File 'lib/uffizzi/clients/api/api_client.rb', line 47 def check_can_install(server, account_id) uri = account_can_install_uri(server, account_id) response = http_client.make_get_request(uri) build_response(response) end |