budosystems.models.style.Rank
-
class Rank
Bases: BasicInfo
Represents a martial art rank.
-
curriculum: Curriculum
The curriculum used to evaluate this rank.
-
rank_order: int
The relative position of this rank compared to others in the curriculum.
-
property style: Style
Convenience property to access the business.
-
__init__(*, entity_id: UUID = <singleton MissingUUID>, name: str, slug: str, description: str = '', id_name: str = _Nothing.NOTHING, curriculum: Curriculum, rank_order: int) → None
Method generated by attrs for class Rank.