class Sports::Butler::SoccerApi::Coachs

Public Instance Methods

available_endpoint_methods() click to toggle source
# File lib/sports/butler/soccer_api/coachs.rb, line 8
def available_endpoint_methods
  [:by_id, :search_by_name, :by_team]
end
path() click to toggle source
# File lib/sports/butler/soccer_api/coachs.rb, line 12
def path
  :coachs
end