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
54 55 56 |
# File 'lib/webrick/httpauth/digestauth.rb', line 54 def nc @nc end |
#nonce ⇒ Object
Returns the value of attribute nonce
54 55 56 |
# File 'lib/webrick/httpauth/digestauth.rb', line 54 def nonce @nonce end |
#time ⇒ Object
Returns the value of attribute time
54 55 56 |
# File 'lib/webrick/httpauth/digestauth.rb', line 54 def time @time end |