Sha256: 7cf03ae109c0b03ec763471a1f63e480ba369b17cc2d8acbc377b22004d915fa
Contents?: true
Size: 1023 Bytes
Versions: 124
Compression:
Stored size: 1023 Bytes
Contents
module RubyApp module Elements module Mobile module Default module Features module Navigation require 'ruby_app' require 'ruby_app/elements/mobile/default/features/navigation/navigation_list_page' require 'ruby_app/elements/mobile/navigation/back_button' require 'ruby_app/elements/mobile/navigation/page_button' require 'ruby_app/elements/mobile/page' class DefaultPage < RubyApp::Elements::Mobile::Page template_path(:all, File.dirname(__FILE__)) def initialize super @back_button = RubyApp::Elements::Mobile::Navigation::BackButton.new @navigation_list_link = RubyApp::Elements::Mobile::Navigation::PageButton.new @navigation_list_link.page = RubyApp::Elements::Mobile::Default::Features::Navigation::NavigationListPage end end end end end end end end
Version data entries
124 entries across 124 versions & 1 rubygems