Module: Noodall::UI
- Defined in:
- lib/noodall/ui.rb,
lib/noodall/ui/version.rb
Constant Summary collapse
- VERSION =
"0.5.15"
Class Attribute Summary collapse
-
.app_name ⇒ Object
Returns the value of attribute app_name.
-
.menu_items ⇒ Object
Returns the value of attribute menu_items.
-
.system_name ⇒ Object
Returns the value of attribute system_name.
Class Attribute Details
.app_name ⇒ Object
Returns the value of attribute app_name.
5 6 7 |
# File 'lib/noodall/ui.rb', line 5 def app_name @app_name end |
.menu_items ⇒ Object
Returns the value of attribute menu_items.
4 5 6 |
# File 'lib/noodall/ui.rb', line 4 def @menu_items end |
.system_name ⇒ Object
Returns the value of attribute system_name.
6 7 8 |
# File 'lib/noodall/ui.rb', line 6 def system_name @system_name end |