Sha256: b09e4df5d9ae0b080151fad1a654368da9a79d38bbdd36d68353450a895e959e
Contents?: true
Size: 645 Bytes
Versions: 4
Compression:
Stored size: 645 Bytes
Contents
module RubyApp module Elements module Mobile module Documents module Authentication module OpenId require 'ruby_app/elements/mobile/documents/authentication/open_id/sreg_authentication_document' class MyOpenIdAuthenticationDocument < RubyApp::Elements::Mobile::Documents::Authentication::OpenId::SregAuthenticationDocument template_path(:all, File.dirname(__FILE__)) def initialize(identifier = self.configuration.identifier) super(identifier) end end end end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems