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

Version Path
RubyApp-0.5.10 lib/ruby_app/elements/mobile/documents/authentication/open_id/my_open_id_authentication_document.rb
RubyApp-0.5.9 lib/ruby_app/elements/mobile/documents/authentication/open_id/my_open_id_authentication_document.rb
RubyApp-0.5.0 lib/ruby_app/elements/mobile/documents/authentication/open_id/my_open_id_authentication_document.rb
RubyApp-0.2.8 lib/ruby_app/elements/mobile/documents/authentication/open_id/my_open_id_authentication_document.rb