Class: ScheduleScraper::Pointstreak::Schedule
- Inherits:
-
Nibbler
- Object
- Nibbler
- ScheduleScraper::Pointstreak::Schedule
- Includes:
- Schedule
- Defined in:
- lib/schedule-scraper/pointstreak/schedule.rb
Instance Method Summary collapse
Methods included from Schedule
included, #to_csv, #to_gcal, #to_h, #to_ical, #to_ycal
Instance Method Details
#events ⇒ Object
10 11 12 |
# File 'lib/schedule-scraper/pointstreak/schedule.rb', line 10 def events list.event_list.reject { |event| event.away_team.nil? } end |