Module: SBF::Client::Participant::ShirtSize
- Defined in:
- lib/stbaldricks/entities/participant.rb
Constant Summary collapse
- FAST_REG_UNSPECIFIED =
'fast_reg_unspecified'- NOT_SPECIFIED =
'not specified'- YOUTH_SMALL =
'youth_small'- YOUTH_MEDIUM =
'youth_medium'- YOUTH_LARGE =
'youth_large'- XS =
'xs'- SMALL =
'small'- MEDIUM =
'medium'- LARGE =
'large'- XL =
'xl'- XXL =
'xxl'- XXXL =
'3x'- XXXXL =
'4x'- XXXXXL =
'5x'
Class Method Summary collapse
Class Method Details
.list ⇒ Object
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 |
# File 'lib/stbaldricks/entities/participant.rb', line 56 def self.list [ :FAST_REG_UNSPECIFIED, :YOUTH_SMALL, :YOUTH_MEDIUM, :YOUTH_LARGE, :XS, :SMALL, :MEDIUM, :LARGE, :XL, :XXL, :XXXL, :XXXXL, :XXXXXL ] end |