Method: ApiClient#get_account_clusters

Defined in:
lib/uffizzi/clients/api/api_client.rb

#get_account_clusters(server, account_id) ⇒ Object



339
340
341
342
343
344
# File 'lib/uffizzi/clients/api/api_client.rb', line 339

def (server, )
  uri = (server, )
  response = http_client.make_get_request(uri)

  build_response(response)
end