Method: Mechanize::HTTP::AuthChallenge#realm_name

Defined in:
lib/mechanize/http/auth_challenge.rb

#realm_nameObject

The name of the realm for this challenge

[View source]

54
55
56
# File 'lib/mechanize/http/auth_challenge.rb', line 54

def realm_name
  params['realm'] if Hash === params # NTLM has a string for params
end