Method: HTTPClient::DigestAuth#set?
- Defined in:
- lib/httpclient/auth.rb
#set? ⇒ Boolean
have we marked this as set - ie that it’s valid to use in this context?
353 354 355 |
# File 'lib/httpclient/auth.rb', line 353 def set? @auth.any? end |