class Sports::Butler::SoccerApi::ApifootballCom::Competitions
Public Instance Methods
available_endpoint_methods()
click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/competitions.rb, line 9 def available_endpoint_methods [:all, :by_country] end
build_path(action)
click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/competitions.rb, line 14 def build_path(action) "action=#{action}" end
path()
click to toggle source
# File lib/sports/butler/soccer_api/apifootball_com/competitions.rb, line 18 def path :get_leagues end