Class: WEBrick::HTTPAuth::DigestAuth::OpaqueInfo
- Inherits:
-
Struct
- Object
- Struct
- WEBrick::HTTPAuth::DigestAuth::OpaqueInfo
- Defined in:
- lib/webrick/httpauth/digestauth.rb
Overview
Struct containing the opaque portion of the digest authentication
Instance Attribute Summary collapse
-
#nc ⇒ Object
Returns the value of attribute nc.
-
#nonce ⇒ Object
Returns the value of attribute nonce.
-
#time ⇒ Object
Returns the value of attribute time.
Instance Attribute Details
#nc ⇒ Object
Returns the value of attribute nc
53 54 55 |
# File 'lib/webrick/httpauth/digestauth.rb', line 53 def nc @nc end |
#nonce ⇒ Object
Returns the value of attribute nonce
53 54 55 |
# File 'lib/webrick/httpauth/digestauth.rb', line 53 def nonce @nonce end |
#time ⇒ Object
Returns the value of attribute time
53 54 55 |
# File 'lib/webrick/httpauth/digestauth.rb', line 53 def time @time end |