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