class Sports::Butler::SoccerApi::ApifootballCom::Odds

Public Instance Methods

build_path(action) click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/odds.rb, line 12
def build_path(action)
  "action=#{action}"
end
filters_by_match(id) click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/odds.rb, line 16
def filters_by_match(id)
  { match_id: id }
end
path() click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/odds.rb, line 8
def path
  :get_odds
end