class Stattleship::FootballGameLogs

Constants

FOOTBALL_GAME_LOGS

Public Class Methods

fetch(params:) click to toggle source
Calls superclass method Stattleship::Endpoint::fetch
# File lib/stattleship/football_game_logs.rb, line 103
def self.fetch(params:)
  super(path: FOOTBALL_GAME_LOGS,
        params: params)
end