module Net::HTTPHeader

Attributes

ntlm_auth_params[R]

Public Instance Methods

ntlm_auth(user, domain, password) click to toggle source
# File lib/ntlm/http.rb, line 9
def ntlm_auth(user, domain, password)
  @ntlm_auth_params = [user, domain, password]
end