From 52d7fa12e3474c425c6caf5830427f12195b6c14 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Tue, 25 Feb 2014 09:58:30 +0100 Subject: Update yard documentation, set link to RubyDoc.info --- lib/authorization.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/authorization.rb b/lib/authorization.rb index 3884d8e..0502b37 100644 --- a/lib/authorization.rb +++ b/lib/authorization.rb @@ -64,7 +64,7 @@ module OpenTox #Authentication against OpenSSO. Returns token. Requires Username and Password. # @param user [String] Username # @param pw [String] Password - # @return [String, nil] gives subjectid or nil + # @return [Boolean] true if successful def self.authenticate(user, pw) return nil if !AA begin -- cgit v1.2.3