Sha256: a0d6c9a603c89b8693999fa7efbdd4d8cfccf1570f08dc4264c33b1455a64ed1
Contents?: true
Size: 720 Bytes
Versions: 9
Compression:
Stored size: 720 Bytes
Contents
module RubyApp module Elements module Mobile module Pages module Information require 'ruby_app/elements/mobile/navigation/navigation_list' class InformationList < RubyApp::Elements::Mobile::Navigation::NavigationList class InformationListItem < RubyApp::Elements::Mobile::Navigation::NavigationList::NavigationListItem template_path(:all, File.dirname(__FILE__)) def initialize(script) super(script) end end template_path(:all, File.dirname(__FILE__)) def initialize super end end end end end end end
Version data entries
9 entries across 9 versions & 1 rubygems