class Sports::Butler::BasketballApi::Matches

Public Instance Methods

available_endpoint_methods() click to toggle source
# File lib/sports/butler/basketball_api/matches.rb, line 8
def available_endpoint_methods
  [:by_id, :by_competition_and_year, :all]
end
path() click to toggle source
# File lib/sports/butler/basketball_api/matches.rb, line 12
def path
  :games
end