Class: Sportradar::Nfl::WeeklyBoxscore

Inherits:
WeeklySchedule show all
Defined in:
lib/sportradar/nfl/weekly_boxscore.rb

Instance Method Summary collapse

Methods inherited from WeeklySchedule

#initialize, #week_path

Methods inherited from LeagueSchedule

#fetch, games

Methods inherited from Feeds::LeagueSchedule

#initialize

Methods inherited from ApiRequest

#client, #endpoint, fetch, #fetch, #league, save, #save

Constructor Details

This class inherits a constructor from Sportradar::Nfl::WeeklySchedule

Instance Method Details

#pathObject



4
5
6
# File 'lib/sportradar/nfl/weekly_boxscore.rb', line 4

def path
  "#{week_path}/boxscore.json"
end