class Stattleship::BaseballGameLogs
Constants
- BASEBALL_GAME_LOGS
Public Class Methods
fetch(params:)
click to toggle source
Calls superclass method
Stattleship::Endpoint::fetch
# File lib/stattleship/baseball_game_logs.rb, line 29 def self.fetch(params:) super(path: BASEBALL_GAME_LOGS, params: params) end