Module: SBF::Client::LeagueStatus
- Defined in:
- lib/stbaldricks/enums/league_status.rb
Constant Summary collapse
- NOT_APPLICABLE =
'not_applicable'- SQUIRE =
'squire'- KNIGHT =
'knight'- KNIGHT_COMMANDER =
'knight_commander'- CRUSADER =
'crusader'- BARON =
'baron'
Class Method Summary collapse
-
.to_a ⇒ Object
Modifying this array has a direct affect the person entity and its league status methods.
Class Method Details
.to_a ⇒ Object
Modifying this array has a direct affect the person entity and its league status methods
12 13 14 |
# File 'lib/stbaldricks/enums/league_status.rb', line 12 def self.to_a [NOT_APPLICABLE, SQUIRE, KNIGHT, KNIGHT_COMMANDER, CRUSADER, BARON] end |