lib/sportradar/api/football/game.rb in sportradar-api-0.11.31 vs lib/sportradar/api/football/game.rb in sportradar-api-0.11.32
- old
+ new
@@ -27,10 +27,10 @@
update(data, **opts)
end
def timeouts
- {}
+ @teams_hash.map { |t_id, team| [t_id, team.timeouts] }.to_h
end
def period
quarter
end