Sha256: 7b5594dde4fcb2277b103ec86ec4a5448e154455b55e55234a0373d2a405bb60

Contents?: true

Size: 545 Bytes

Versions: 3

Compression:

Stored size: 545 Bytes

Contents

module RubyApp

  module Elements

    module Pages

      module Authentication

        module OpenID
          require 'ruby_app/elements/pages/authentication/open_id/ax_authentication_page'

          class YahooAuthenticationPage < RubyApp::Elements::Pages::Authentication::OpenID::AXAuthenticationPage

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

            def initialize(identifier = self.configuration.identifier)
              super(identifier)
            end

          end

        end

      end

    end

  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
RubyApp-0.0.8 lib/ruby_app/elements/pages/authentication/open_id/yahoo_authentication_page.rb
RubyApp-0.0.7 lib/ruby_app/elements/pages/authentication/open_id/yahoo_authentication_page.rb
RubyApp-0.0.6 lib/ruby_app/elements/pages/authentication/open_id/yahoo_authentication_page.rb