Class: Stattleship::BaseballGameLogs

Inherits:
GameLogs show all
Defined in:
lib/stattleship/baseball_game_logs.rb

Constant Summary collapse

BASEBALL_GAME_LOGS =
'baseball/mlb/game_logs'.freeze

Class Method Summary collapse

Methods inherited from GameLogs

#populate

Methods inherited from Endpoint

#data, #populate

Class Method Details

.fetch(params:) ⇒ Object



29
30
31
32
# File 'lib/stattleship/baseball_game_logs.rb', line 29

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