Exception: OpenID::TypeURIMismatch

Inherits:
ProtocolError show all
Defined in:
lib/openid/consumer/idres.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type_uri, endpoint) ⇒ TypeURIMismatch

Returns a new instance of TypeURIMismatch.



11
12
13
14
# File 'lib/openid/consumer/idres.rb', line 11

def initialize(type_uri, endpoint)
  @type_uri = type_uri
  @endpoint = endpoint
end

Instance Attribute Details

#endpointObject (readonly)

Returns the value of attribute endpoint.



9
10
11
# File 'lib/openid/consumer/idres.rb', line 9

def endpoint
  @endpoint
end

#type_uriObject (readonly)

Returns the value of attribute type_uri.



9
10
11
# File 'lib/openid/consumer/idres.rb', line 9

def type_uri
  @type_uri
end