class Football::Butler::Lineups

Public Class Methods

by_match(id:) click to toggle source

LINEUPS

# File lib/football/butler/lineups.rb, line 12
def by_match(id:)
  api_switch_method(__method__, { id: id })
end