Class: Stattleship::FootballTeamGameLogs

Inherits:
TeamGameLogs show all
Defined in:
lib/stattleship/football_team_game_logs.rb

Constant Summary collapse

FOOTBALL_TEAM_GAME_LOGS =
'football/nfl/team_game_logs'.freeze

Class Method Summary collapse

Methods inherited from TeamGameLogs

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



20
21
22
23
# File 'lib/stattleship/football_team_game_logs.rb', line 20

def self.fetch(params:)
  super(path: FOOTBALL_TEAM_GAME_LOGS,
        params: params)
end