Class: SportDb::Status
- Inherits:
-
Object
- Object
- SportDb::Status
- Defined in:
- lib/sportdb/csv/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'