lib/sportradar/api/football/drive.rb in sportradar-api-0.11.38 vs lib/sportradar/api/football/drive.rb in sportradar-api-0.11.39
- old
+ new
@@ -57,10 +57,10 @@
def events
@events_hash.values
end
def over?
- @end_reason != 'UNKNOWN' && !@end_reason.nil? # && !plays.last.parsed_ending # FIXME - maybe fix this. sim games have inconsistent data
+ end_reason != 'UNKNOWN' && !end_reason.nil? # && !plays.last.parsed_ending # FIXME - maybe fix this. sim games have inconsistent data
end
def end_reason_possibilities
[
'UNKNOWN',