Class: Stattleship::FootballStats

Inherits:
Stats show all
Defined in:
lib/stattleship/football_stats.rb

Constant Summary collapse

FOOTBALL_STATS =
'football/nfl/stats'.freeze

Class Method Summary collapse

Methods inherited from Stats

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



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

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