Method: Concerns::CommandLineInterface#list_schedule

Defined in:
lib/command_line_interface.rb

#list_scheduleObject



34
35
36
37
38
39
40
41
# File 'lib/command_line_interface.rb', line 34

def list_schedule
  #List current UFC events from API data and prompts user to learn more info on the events
  Concerns::Events.list_events
  puts ""
  puts "To learn more about who's fighting, enter the number of the fight card you'd like more info on."
  puts ""
  choose_fight_card
end