Sha256: fe8d5c2d8698e34e733df98a6f10bcc1fe3f9511cd09adba4b8d8acfcf919acb
Contents?: true
Size: 443 Bytes
Versions: 12
Compression:
Stored size: 443 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 template_path(:all, File.dirname(__FILE__)) def initialize super end end end end end end end
Version data entries
12 entries across 12 versions & 1 rubygems