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