class CreateInvoiceScreen

Public Instance Methods

handle_menu() click to toggle source
# File lib/kale/ui.rb, line 270
def handle_menu
  answer = gets.chomp
  ShowProjectScreen.new
end
info() click to toggle source
# File lib/kale/ui.rb, line 261
def info
  HTMLInvoiceExporter.new @@project
end
menu() click to toggle source
Calls superclass method Screen#menu