class Sports::Butler::SoccerApi::ApiFootballCom::Lineups
Public Instance Methods
filters_by_match(id)
click to toggle source
# File lib/sports/butler/soccer_api/api_football_com/lineups.rb, line 12 def filters_by_match(id) { fixture: id } end
path()
click to toggle source
# File lib/sports/butler/soccer_api/api_football_com/lineups.rb, line 8 def path 'fixtures/lineups' end