class UnderOs::Config
Public Instance Methods
root_page()
click to toggle source
# File lib/under_os/config.rb, line 2 def root_page @app.history.root_page end
root_page=(page)
click to toggle source
# File lib/under_os/config.rb, line 6 def root_page=(page) @app.history.root_page = page end
status_bar()
click to toggle source
# File lib/under_os/config.rb, line 10 def status_bar @status_bar end
status_bar=(visible)
click to toggle source
# File lib/under_os/config.rb, line 14 def status_bar=(visible) @status_bar = visible end