Class: Stattleship::FootballPlayers

Inherits:
Players show all
Defined in:
lib/stattleship/football_players.rb

Constant Summary collapse

FOOTBALL_PLAYERS =
'football/nfl/players'.freeze

Class Method Summary collapse

Methods inherited from Players

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



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

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