Sha256: e1cc8e3dc77005c0e5e6a2275ef14b5dc6fde4fda2d0f90619b03faeebd6f680
Contents?: true
Size: 734 Bytes
Versions: 48
Compression:
Stored size: 734 Bytes
Contents
module RubyApp module Elements module Mobile module Documents module Authentication module OpenId require 'ruby_app/elements/mobile/documents/authentication/open_id/s_reg_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
48 entries across 48 versions & 1 rubygems