class Football::Butler::Odds

Public Class Methods

by_match(id:, from: nil, to: nil, result: api_switch_result) click to toggle source

ODDS

# File lib/football/butler/odds.rb, line 12
def by_match(id:, from: nil, to: nil, result: api_switch_result)
  api_switch_method(__method__, { id: id, from: from, to: to, result: result })
end