module Rancher::Authentication

Authentication methods for {Rancher::Client}

Public Instance Methods

basic_authenticated?() click to toggle source
# File lib/rancher/authentication.rb, line 4
def basic_authenticated?
  (@access_key && @secret_key)
end