class Stattleship::HockeyTotalPlayerStat

Constants

HOCKEY_TOTAL_PLAYER_STAT

Public Class Methods

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