Class: SportDb::Status

Inherits:
Object
  • Object
show all
Defined in:
lib/sportdb/structs/match_status_parser.rb

Overview

todo/fix: move Status inside Match struct - why? why not?

Constant Summary collapse

CANCELLED =

move class into Match e.g. Match::Status - why? why not?

'CANCELLED'
AWARDED =

canceled (US spelling), cancelled (UK spelling) - what to use?

'AWARDED'
POSTPONED =
'POSTPONED'
ABANDONED =
'ABANDONED'
REPLAY =
'REPLAY'