# frozen_string_literal: true $jpd_url = '' $username = '' $apikey = '' def get_credentials [$jpd_url, $username, $apikey] end