module ApiFootballV3::Rest::Trophies

Public Instance Methods

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