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

Class Attribute Details

.app_nameObject

Returns the value of attribute app_name.



5
6
7
# File 'lib/noodall/ui.rb', line 5

def app_name
  @app_name
end

Returns the value of attribute menu_items.



4
5
6
# File 'lib/noodall/ui.rb', line 4

def menu_items
  @menu_items
end

.system_nameObject

Returns the value of attribute system_name.



6
7
8
# File 'lib/noodall/ui.rb', line 6

def system_name
  @system_name
end