Class: Stattleship::BasketballFeats

Inherits:
Feats show all
Defined in:
lib/stattleship/basketball_feats.rb

Constant Summary collapse

BASKETBALL_FEATS =
'basketball/nba/feats'.freeze

Class Method Summary collapse

Methods inherited from Feats

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



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

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