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

Class Method Details

.to_aObject

Modifying this array has a direct affect the person entity and its league status methods



14
15
16
# File 'lib/stbaldricks/enums/league_status.rb', line 14

def self.to_a
  [NOT_APPLICABLE, SQUIRE, KNIGHT, KNIGHT_COMMANDER, CRUSADER, BARON]
end