Class: Stattleship::HockeyPlayers

Inherits:
Players show all
Defined in:
lib/stattleship/hockey_players.rb

Constant Summary collapse

HOCKEY_PLAYERS =
'hockey/nhl/players'.freeze

Class Method Summary collapse

Methods inherited from Players

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



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

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