Class: WEBrick::HTTPAuth::DigestAuth::OpaqueInfo
Instance Attribute Summary (collapse)
-
- (Object) nc
Returns the value of attribute nc.
-
- (Object) nonce
Returns the value of attribute nonce.
-
- (Object) time
Returns the value of attribute time.
Method Summary
Methods inherited from Struct
#pretty_print, #pretty_print_cycle, #to_yaml, yaml_new
Instance Attribute Details
- (Object) nc
Returns the value of attribute nc
26 27 28 |
# File 'lib/webrick/httpauth/digestauth.rb', line 26 def nc @nc end |
- (Object) nonce
Returns the value of attribute nonce
26 27 28 |
# File 'lib/webrick/httpauth/digestauth.rb', line 26 def nonce @nonce end |
- (Object) time
Returns the value of attribute time
26 27 28 |
# File 'lib/webrick/httpauth/digestauth.rb', line 26 def time @time end |