class Stattleship::FootballTotalTeamStat

Constants

FOOTBALL_TOTAL_TEAM_STAT

Public Class Methods

fetch(params:) click to toggle source
Calls superclass method Stattleship::TotalTeamStat::fetch
# File lib/stattleship/football_total_team_stat.rb, line 5
def self.fetch(params:)
  super(path: FOOTBALL_TOTAL_TEAM_STAT,
        params: params)
end