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'

Class Method Summary collapse

Class Method Details

.to_aObject

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



11
12
13
# File 'lib/stbaldricks/enums/league_status.rb', line 11

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