class NewsReaderCli::CLI
Public Instance Methods
goodbye()
click to toggle source
# File lib/news_reader_cli/cli.rb, line 57 def goodbye puts "Goodbye! We will have more news for you tomorrow." end
start()
click to toggle source
# File lib/news_reader_cli/cli.rb, line 4 def start NewsReaderCli::ApiKeyValidate.new.key_validate NewsReaderCli::ApiService.newsapi puts "Welcome to the News Reader CLI!!!" menu goodbye end