Sha256: 6e5ab12529af0932b6f94bd3590d52927d4dbb3322967a70216fbc94e73dc008

Contents?: true

Size: 177 Bytes

Versions: 61

Compression:

Stored size: 177 Bytes

Contents

module Spider; module Auth
    
    class Authenticator
        
        def authenticate(*args)
            raise NotImplementedError
        end
        
    end
    
end; end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
spiderfw-0.6.21 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.20 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.19 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.18 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.17 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.16 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.15 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.14 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.13 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.12 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.11 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.10 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.9 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.8 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.7 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.6 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.5 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.4 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.3 apps/core/auth/lib/authenticator.rb
spiderfw-0.6.2 apps/core/auth/lib/authenticator.rb