Module: Rutema::UI::Settings
- Included in:
- MainController, StatisticsController
- Defined in:
- lib/rutemaweb/ramaze_controller.rb
Overview
Contains all the settings that control the display of information for RutemaWeb’s controllers
Instance Method Summary collapse
-
#show_setup_teardown=(v) ⇒ Object
Set to true to show all setup and teardown scenarios.
- #show_setup_teardown? ⇒ Boolean
Instance Method Details
#show_setup_teardown=(v) ⇒ Object
Set to true to show all setup and teardown scenarios
115 116 117 |
# File 'lib/rutemaweb/ramaze_controller.rb', line 115 def show_setup_teardown= v @@rutemaweb_settings[:show_setup_teardown]= v end |
#show_setup_teardown? ⇒ Boolean
119 120 121 |
# File 'lib/rutemaweb/ramaze_controller.rb', line 119 def show_setup_teardown? return @@rutemaweb_settings[:show_setup_teardown] end |