class Sports::Butler::BasketballApi::Teams
Public Instance Methods
available_endpoint_methods()
click to toggle source
# File lib/sports/butler/basketball_api/teams.rb, line 8 def available_endpoint_methods [:by_id, :by_name, :by_competition, :by_season, :search_by_name ] end
path()
click to toggle source
# File lib/sports/butler/basketball_api/teams.rb, line 12 def path :teams end