Method: Net::HTTP::NTLM::Credentials.included
- Defined in:
- lib/net/http/ntlm/credentials.rb
.included(base) ⇒ Object
5 6 7 8 |
# File 'lib/net/http/ntlm/credentials.rb', line 5 def self.included(base) base.attr_reader :ntlm_auth_domain, :ntlm_auth_user, :ntlm_auth_password super end |