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

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

Instance Attribute Summary collapse

Instance Attribute Details

#ncObject

Returns the value of attribute nc

Returns:

  • (Object)

    the current value of nc



49
50
51
# File 'lib/webrick/httpauth/digestauth.rb', line 49

def nc
  @nc
end

#nonceObject

Returns the value of attribute nonce

Returns:

  • (Object)

    the current value of nonce



49
50
51
# File 'lib/webrick/httpauth/digestauth.rb', line 49

def nonce
  @nonce
end

#timeObject

Returns the value of attribute time

Returns:

  • (Object)

    the current value of time



49
50
51
# File 'lib/webrick/httpauth/digestauth.rb', line 49

def time
  @time
end