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