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