Class: HTTPX::Plugins::NTLMAuthentication::NTLMParams
- Inherits:
-
Struct
- Object
- Struct
- HTTPX::Plugins::NTLMAuthentication::NTLMParams
- Defined in:
- lib/httpx/plugins/ntlm_authentication.rb
Instance Attribute Summary collapse
-
#domain ⇒ Object
Returns the value of attribute domain.
-
#password ⇒ Object
Returns the value of attribute password.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#domain ⇒ Object
Returns the value of attribute domain
9 10 11 |
# File 'lib/httpx/plugins/ntlm_authentication.rb', line 9 def domain @domain end |
#password ⇒ Object
Returns the value of attribute password
9 10 11 |
# File 'lib/httpx/plugins/ntlm_authentication.rb', line 9 def password @password end |
#user ⇒ Object
Returns the value of attribute user
9 10 11 |
# File 'lib/httpx/plugins/ntlm_authentication.rb', line 9 def user @user end |