Class: Stattleship::FootballStatLeaders

Inherits:
StatLeaders show all
Defined in:
lib/stattleship/football_stat_leaders.rb

Constant Summary collapse

FOOTBALL_STAT_LEADERS =
'football/nfl/stat_leaders'.freeze

Class Method Summary collapse

Methods inherited from StatLeaders

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



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

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