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