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

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

Overview

Struct containing the opaque portion of the digest authentication

Instance Attribute Summary collapse

Instance Attribute Details

#ncObject

Returns the value of attribute nc

Returns:

  • (Object)

    the current value of nc



54
55
56
# File 'lib/webrick/httpauth/digestauth.rb', line 54

def nc
  @nc
end

#nonceObject

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



54
55
56
# File 'lib/webrick/httpauth/digestauth.rb', line 54

def nonce
  @nonce
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



54
55
56
# File 'lib/webrick/httpauth/digestauth.rb', line 54

def time
  @time
end