class HaveAPI::Fs::Auth::NoAuth

Public Instance Methods

check(client) click to toggle source
# File lib/haveapi/fs/auth/noauth.rb, line 5
def check(client)
  # do nothing
end