class Sports::Butler::SoccerApi::ApifootballCom::Predictions

Public Instance Methods

build_path(action) click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/predictions.rb, line 12
def build_path(action)
  "action=#{action}"
end
path() click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/predictions.rb, line 8
def path
  :get_predictions
end