module ApiFootballV3::Rest::Predictions

Public Instance Methods

predictions(options = {}) click to toggle source
# File lib/api_football_v3/rest/predictions.rb, line 4
def predictions(options = {})
  get('/predictions', options)
end