Class: WEBrick::HTTPAuth::DigestAuth::OpaqueInfo

Inherits:
Struct show all
Defined in:
lib/webrick/httpauth/digestauth.rb

Instance Attribute Summary (collapse)

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

Returns:

  • (Object)

    the current value of nc



26
27
28
# File 'lib/webrick/httpauth/digestauth.rb', line 26

def nc
  @nc
end

- (Object) nonce

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



26
27
28
# File 'lib/webrick/httpauth/digestauth.rb', line 26

def nonce
  @nonce
end

- (Object) time

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



26
27
28
# File 'lib/webrick/httpauth/digestauth.rb', line 26

def time
  @time
end