Method: NOMS::Command::UserAgent::Requester::HTTPClient#set_auth
- Defined in:
- lib/noms/command/useragent/requester/httpclient.rb
#set_auth(domain, username, password) ⇒ Object
57 58 59 |
# File 'lib/noms/command/useragent/requester/httpclient.rb', line 57 def set_auth(domain, username, password) @client.set_auth(domain, username, password) end |