Functions/Private/Test-RancherServer.ps1

function Test-RancherServer {
    [CmdletBinding()]
    param()

    $script:RancherServer -and $script:RancherAccessKey -and $script:RancherSecretKey
}