Class: Mpp::ChallengeEcho

Inherits:
Data
  • Object
show all
Defined in:
lib/mpp/challenge_echo.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id:, realm:, method:, intent:, request:, expires: nil, digest: nil, opaque: nil) ⇒ ChallengeEcho

Returns a new instance of ChallengeEcho.



15
16
17
# File 'lib/mpp/challenge_echo.rb', line 15

def initialize(id:, realm:, method:, intent:, request:, expires: nil, digest: nil, opaque: nil)
  super
end

Instance Attribute Details

#digestObject (readonly)

Returns the value of attribute digest

Returns:

  • (Object)

    the current value of digest



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def digest
  @digest
end

#expiresObject (readonly)

Returns the value of attribute expires

Returns:

  • (Object)

    the current value of expires



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def expires
  @expires
end

#idObject (readonly)

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def id
  @id
end

#intentObject (readonly)

Returns the value of attribute intent

Returns:

  • (Object)

    the current value of intent



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def intent
  @intent
end

#methodObject (readonly)

Returns the value of attribute method

Returns:

  • (Object)

    the current value of method



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def method
  @method
end

#opaqueObject (readonly)

Returns the value of attribute opaque

Returns:

  • (Object)

    the current value of opaque



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def opaque
  @opaque
end

#realmObject (readonly)

Returns the value of attribute realm

Returns:

  • (Object)

    the current value of realm



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def realm
  @realm
end

#requestObject (readonly)

Returns the value of attribute request

Returns:

  • (Object)

    the current value of request



5
6
7
# File 'lib/mpp/challenge_echo.rb', line 5

def request
  @request
end