Sha256: 74b2c50a155b2bf5cd801b09070fb444f2106aecb357da8d4dfb66a8596c08e8
Contents?: true
Size: 733 Bytes
Versions: 93
Compression:
Stored size: 733 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 = RubyApp::Elements::Mobile::Documents::Authentication::OpenId::MyOpenIdAuthenticationDocument.configuration.identifier) super(identifier) end end end end end end end end
Version data entries
93 entries across 93 versions & 1 rubygems