Sha256: 4446c7ebaa623cc7bb5925f60fec5256fecb1df469b2fda4c7f129189668ebcd

Contents?: true

Size: 128 Bytes

Versions: 7

Compression:

Stored size: 128 Bytes

Contents

module HaveAPI::Fs::Auth
  class NoAuth < Base
    register :noauth

    def check(client)
      # do nothing
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
haveapi-fs-0.11.0 lib/haveapi/fs/auth/noauth.rb
haveapi-fs-0.10.0 lib/haveapi/fs/auth/noauth.rb
haveapi-fs-0.9.0 lib/haveapi/fs/auth/noauth.rb
haveapi-fs-0.8.0 lib/haveapi/fs/auth/noauth.rb
haveapi-fs-0.7.1 lib/haveapi/fs/auth/noauth.rb
haveapi-fs-0.7.0 lib/haveapi/fs/auth/noauth.rb
haveapi-fs-0.1.0 lib/haveapi/fs/auth/noauth.rb