Class: Stattleship::BasketballInjuries

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

Constant Summary collapse

BASKETBALL_INJURIES =
'basketball/nba/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/basketball_injuries.rb', line 5

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