Exception: OpenID::TypeURIMismatch
- Inherits:
-
ProtocolError
- Object
- StandardError
- OpenIDError
- ProtocolError
- OpenID::TypeURIMismatch
- Defined in:
- lib/openid/consumer/idres.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
readonly
Returns the value of attribute endpoint.
-
#type_uri ⇒ Object
readonly
Returns the value of attribute type_uri.
Instance Method Summary collapse
-
#initialize(type_uri, endpoint) ⇒ TypeURIMismatch
constructor
A new instance of TypeURIMismatch.
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
#endpoint ⇒ Object (readonly)
Returns the value of attribute endpoint.
9 10 11 |
# File 'lib/openid/consumer/idres.rb', line 9 def endpoint @endpoint end |
#type_uri ⇒ Object (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 |