Class: Sportradar::Nfl::GameInjuries

Inherits:
GameRequest show all
Defined in:
lib/sportradar/nfl/game_injuries.rb

Instance Method Summary collapse

Methods inherited from GameRequest

#game_path, #initialize

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::GameRequest

Instance Method Details

#pathObject



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

def path
  "#{game_path}/injuries.json"
end