class Football::Butler::Trophies
Public Class Methods
by_coach(coach:, result: api_switch_result, filters: {})
click to toggle source
# File lib/football/butler/trophies.rb, line 15 def by_coach(coach:, result: api_switch_result, filters: {}) api_switch_method(__method__, { coach: coach, result: result, filters: filters }) end
by_player(player:, result: api_switch_result, filters: {})
click to toggle source
TROPHIES
# File lib/football/butler/trophies.rb, line 11 def by_player(player:, result: api_switch_result, filters: {}) api_switch_method(__method__, { player: player, result: result, filters: filters }) end