class Sports::Butler::BasketballApi::ApiBasketballCom::Odds
Public Instance Methods
filters_by_match(id)
click to toggle source
# File lib/sports/butler/basketball_api/api_basketball_com/odds.rb, line 9 def filters_by_match(id) { game: id } end