Sha256: e33fa04452654a9081ce77ace2ab29ca5ca42474475b250613057b171213a9d7
Contents?: true
Size: 508 Bytes
Versions: 11
Compression:
Stored size: 508 Bytes
Contents
module RubyApp module Elements module Mobile module Pages module Information require 'ruby_app/elements/mobile/pages/information/information_list' class PagesList < RubyApp::Elements::Mobile::Pages::Information::InformationList template_path(:all, File.dirname(__FILE__)) def initialize(document) super() self.items = document.pages end end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems