module SBF::Client::LeagueStatus

Constants

BARON
CRUSADER
KNIGHT
KNIGHT_COMMANDER
NOT_APPLICABLE
SQUIRE

Public Class Methods

to_a() click to toggle source

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

# File lib/stbaldricks/enums/league_status.rb, line 14
def self.to_a
  [NOT_APPLICABLE, SQUIRE, KNIGHT, KNIGHT_COMMANDER, CRUSADER, BARON]
end