Class: HaveAPI::Fs::Auth::NoAuth
- Defined in:
- lib/haveapi/fs/auth/noauth.rb
Instance Method Summary collapse
Methods inherited from Base
#authenticate, #initialize, method_name, #name, register, #setup, use?, #validate
Constructor Details
This class inherits a constructor from HaveAPI::Fs::Auth::Base
Instance Method Details
#check(client) ⇒ Object
5 6 7 |
# File 'lib/haveapi/fs/auth/noauth.rb', line 5 def check(client) # do nothing end |