Method: RubyApp::Elements::Mobile::Documents::Authentication::AuthenticationPage#initialize
- Defined in:
- lib/ruby_app/elements/mobile/documents/authentication/authentication_page.rb
#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 |