class Stattleship::HockeyPenalties

Constants

HOCKEY_PENALTIES

Public Class Methods

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