lib/sportradar/api/football/nfl/game.rb in sportradar-api-0.13.2 vs lib/sportradar/api/football/nfl/game.rb in sportradar-api-0.13.3
- old
+ new
@@ -40,10 +40,10 @@
def drive_class
Sportradar::Api::Football::Nfl::Drive
end
def api
- @api || Sportradar::Api::Football::Nfl::Api.new
+ @api ||= Sportradar::Api::Football::Nfl::Api.new
end
end
end
end