Class: HTTPX::Plugins::NTLMAuthentication::NTLMParams

Inherits:
Struct
  • Object
show all
Defined in:
lib/httpx/plugins/ntlm_authentication.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



9
10
11
# File 'lib/httpx/plugins/ntlm_authentication.rb', line 9

def domain
  @domain
end

#passwordObject

Returns the value of attribute password

Returns:

  • (Object)

    the current value of password



9
10
11
# File 'lib/httpx/plugins/ntlm_authentication.rb', line 9

def password
  @password
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



9
10
11
# File 'lib/httpx/plugins/ntlm_authentication.rb', line 9

def user
  @user
end