Module: Net::HTTPHeader
- Defined in:
- lib/ntlm/http.rb
Instance Attribute Summary collapse
-
#ntlm_auth_params ⇒ Object
readonly
Returns the value of attribute ntlm_auth_params.
Instance Method Summary collapse
Instance Attribute Details
#ntlm_auth_params ⇒ Object (readonly)
Returns the value of attribute ntlm_auth_params.
7 8 9 |
# File 'lib/ntlm/http.rb', line 7 def ntlm_auth_params @ntlm_auth_params end |
Instance Method Details
#ntlm_auth(user, domain, password) ⇒ Object
9 10 11 |
# File 'lib/ntlm/http.rb', line 9 def ntlm_auth(user, domain, password) @ntlm_auth_params = [user, domain, password] end |