Method: OpenID::OpenIDServiceEndpoint#initialize
- Defined in:
- lib/openid/consumer/discovery.rb
#initialize ⇒ OpenIDServiceEndpoint
Returns a new instance of OpenIDServiceEndpoint.
48 49 50 51 52 53 54 55 56 |
# File 'lib/openid/consumer/discovery.rb', line 48 def initialize @claimed_id = nil @server_url = nil @type_uris = [] @local_id = nil @canonical_id = nil @used_yadis = false # whether this came from an XRDS @display_identifier = nil end |