class XIVAPI::Dataclasses::Achievements
- XIVAPI::Dataclasses::Achievements
- Reference
- Object
Overview
Dataclass for a list of all Achievements earned by a Character, plus some metadata about the list itself.
Defined in:
dataclasses/character/achievements.crConstructors
Instance Method Summary
-
#list : Array(XIVAPI::Dataclasses::Achievement)
A list of
Achievement
classs that have been achieved by the Character - #list=(_list : Array(Achievement))
-
#points : UInt64
The total number of Achievement points the Character has
- #points=(_points : UInt64)
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def list : Array(XIVAPI::Dataclasses::Achievement)
#
A list of Achievement
classs that have been achieved by the Character