Class: RubyApp::Elements::Mobile::Documents::Authentication::AuthenticationPage
- Inherits:
-
Page
- Object
- RubyApp::Element
- Page
- RubyApp::Elements::Mobile::Documents::Authentication::AuthenticationPage
- Defined in:
- lib/ruby_app/elements/mobile/documents/authentication/authentication_page.rb
Instance Attribute Summary
Attributes inherited from RubyApp::Element
Instance Method Summary collapse
-
#initialize ⇒ AuthenticationPage
constructor
A new instance of AuthenticationPage.
Methods inherited from Page
Methods inherited from RubyApp::Element
Methods included from Mixins::ConfigurationMixin
Methods included from Mixins::TranslateMixin
Methods included from Mixins::TemplateMixin
#exclude_parent_template, #exclude_parent_template?, #get_cache, #get_default_template, #get_template, #get_template_name, #get_templates, #template_path
Methods included from Mixins::RenderMixin
#content_for, #get_cache, #get_default_template, #get_templates, #render
Constructor Details
#initialize ⇒ AuthenticationPage
Returns a new instance of AuthenticationPage.
17 18 19 20 21 22 23 |
# File 'lib/ruby_app/elements/mobile/documents/authentication/authentication_page.rb', line 17 def initialize super @close_button = RubyApp::Elements::Mobile::Navigation::CloseButton.new @close_button.attributes.merge!('class' => 'ui-btn-right') end |