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