Class: NTLM::Authenticate

Inherits:
BinData::Record
  • Object
show all
Includes:
Serializer
Defined in:
lib/stub-ntlm-helper.rb

Instance Method Summary collapse

Methods included from Serializer

#encode, included

Instance Method Details

#usernameObject



110
111
112
# File 'lib/stub-ntlm-helper.rb', line 110

def username
  "#{target_name.value}+#{user_name.value}"
end