Class: SportsDirect::Hockey::NHL

Inherits:
Object
  • Object
show all
Includes:
Normalization
Defined in:
lib/sports_direct/hockey/nhl.rb

Instance Method Summary collapse

Instance Method Details

#scheduleObject



6
7
8
9
10
# File 'lib/sports_direct/hockey/nhl.rb', line 6

def schedule
  (API.hockey_nhl_schedule / 'competition').collect do |event|
    normalize_event(event)
  end
end