Sha256: f3d39a681d045ba468d14f9f67104b1c8c91db9d12f32555d1ea6dcb9dda895f
Contents?: true
Size: 638 Bytes
Versions: 4
Compression:
Stored size: 638 Bytes
Contents
module RubyApp module Elements module Mobile module Documents module Authentication module OpenId require 'ruby_app/elements/mobile/documents/authentication/open_id/ax_authentication_document' class YahooAuthenticationDocument < RubyApp::Elements::Mobile::Documents::Authentication::OpenId::AxAuthenticationDocument 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