class Sports::Butler::SoccerApi::Trophies

Public Instance Methods

available_endpoint_methods() click to toggle source
# File lib/sports/butler/soccer_api/trophies.rb, line 8
def available_endpoint_methods
  [:by_player, :by_coach]
end
path() click to toggle source
# File lib/sports/butler/soccer_api/trophies.rb, line 12
def path
  :trophies
end