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