Class: CreateInvoiceScreen
Instance Method Summary
collapse
Methods inherited from Screen
#initialize
Constructor Details
This class inherits a constructor from Screen
Instance Method Details
#handle_menu ⇒ Object
270
271
272
273
|
# File 'lib/kale/ui.rb', line 270
def handle_menu
answer = gets.chomp
ShowProjectScreen.new
end
|
#info ⇒ Object
261
262
263
|
# File 'lib/kale/ui.rb', line 261
def info
HTMLInvoiceExporter.new @@project
end
|
265
266
267
268
|
# File 'lib/kale/ui.rb', line 265
def
.push "Back to project"
super
end
|