Method: HTTPClient::BasicAuth#initialize
- Defined in:
- lib/httpclient.rb
#initialize ⇒ BasicAuth
Returns a new instance of BasicAuth.
397 398 399 400 401 402 |
# File 'lib/httpclient.rb', line 397 def initialize @cred = nil @auth = {} @challengeable = {} @scheme = "Basic" end |