class Football::Butler::Statistics
Public Class Methods
by_match(id:, result: api_switch_result)
click to toggle source
STATISTICS
# File lib/football/butler/statistics.rb, line 11 def by_match(id:, result: api_switch_result) api_switch_method(__method__, { id: id, result: result }) end