Class: Stattleship::FootballGames

Inherits:
Games show all
Defined in:
lib/stattleship/football_games.rb

Constant Summary collapse

FOOTBALL_GAMES =
'football/nfl/games'.freeze

Class Method Summary collapse

Methods inherited from Games

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



5
6
7
8
# File 'lib/stattleship/football_games.rb', line 5

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