class OpenID::TypeURIMismatch
Attributes
endpoint[R]
type_uri[R]
Public Class Methods
new(type_uri, endpoint)
click to toggle source
# File lib/openid/consumer/idres.rb, line 11 def initialize(type_uri, endpoint) @type_uri = type_uri @endpoint = endpoint end