lib/sportradar/api/basketball/ncaamb.rb in sportradar-api-0.13.20 vs lib/sportradar/api/basketball/ncaamb.rb in sportradar-api-0.13.21
- old
+ new
@@ -73,11 +73,11 @@
get_hierarchy if divisions.empty?
self
end
def tournaments
- get_tournaments if tournaments.empty?
- self
+ get_tournaments if @tournaments_hash.empty?
+ @tournaments_hash.values
end
def games
@games_hash.values
end
\ No newline at end of file