Class: ScheduleScraper::EZLeagues::Schedule

Inherits:
Nibbler
  • Object
show all
Includes:
Schedule
Defined in:
lib/schedule-scraper/ezleagues/schedule.rb

Instance Method Summary collapse

Methods included from Schedule

included, #to_csv, #to_gcal, #to_h, #to_ical, #to_ycal

Instance Method Details

#eventsObject



10
11
12
# File 'lib/schedule-scraper/ezleagues/schedule.rb', line 10

def events
  list.event_list #.reject { |event| event.away_team.nil? }
end