Method: ElsToken#authenticate

Defined in:
lib/els_token.rb

#authenticate(username, password) ⇒ Object



201
202
203
# File 'lib/els_token.rb', line 201

def authenticate(username,password)
  Runner.authenticate(username,password,self.class.els_options)
end