Class: Sports::Status
- Inherits:
-
Object
- Object
- Sports::Status
- Defined in:
- lib/sports/match_status_parser.rb
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'