Class: Stattleship::FootballInjuries

Inherits:
Injuries show all
Defined in:
lib/stattleship/football_injuries.rb

Constant Summary collapse

FOOTBALL_INJURIES =
'football/nfl/injuries'.freeze

Class Method Summary collapse

Methods inherited from Injuries

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



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

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