Sha256: 64971a1b6992d09bce0607b3e3c9837c27468682b0d543aad7e1f52a6ae7ac33

Contents?: true

Size: 523 Bytes

Versions: 29

Compression:

Stored size: 523 Bytes

Contents

module RubyApp

  module Elements

    module Pages

      module Authentication

        module OpenId
          require 'ruby_app/elements/pages/authentication/open_id/base/base_authentication_page'

          class AuthenticationPage < RubyApp::Elements::Pages::Authentication::OpenId::Base::BaseAuthenticationPage

            template_path(:all, File.dirname(__FILE__))

            def initialize(identifier)
              super(identifier)
            end

          end

        end

      end

    end

  end

end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
RubyApp-0.2.7 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.6 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.5 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.4 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.3 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.2 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.1 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.2.0 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.91 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.90 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.89 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.88 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.87 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.86 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.85 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.84 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.83 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.82 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.81 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb
RubyApp-0.0.80 lib/ruby_app/elements/pages/authentication/open_id/authentication_page.rb