Sha256: 8af6bb79309e1bbc45cf77254af63ff4561a7deea6ade9af19605de00674b55f

Contents?: true

Size: 703 Bytes

Versions: 9

Compression:

Stored size: 703 Bytes

Contents

module RubyApp

  module Elements

    module Mobile

      module Pages

        module Information
          require 'ruby_app/elements/mobile/hash'
          require 'ruby_app/elements/mobile/navigation/back_button'
          require 'ruby_app/elements/mobile/page'

          class EnvironmentPage < RubyApp::Elements::Mobile::Page

            template_path(:all, File.dirname(__FILE__))

            def initialize
              super

              @back_button = RubyApp::Elements::Mobile::Navigation::BackButton.new

              @environment_hash = RubyApp::Elements::Mobile::Hash.new(RubyApp::Request.environment)

            end

          end

        end

      end

    end

  end

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
RubyApp-0.5.88 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.87 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.86 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.85 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.77 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.76 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.75 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.74 lib/ruby_app/elements/mobile/pages/information/environment_page.rb
RubyApp-0.5.73 lib/ruby_app/elements/mobile/pages/information/environment_page.rb