class XIVAPI::Dataclasses::Achievement
- XIVAPI::Dataclasses::Achievement
- Reference
- Object
Overview
Dataclass for an Achievement
Defined in:
dataclasses/character/achievement.crConstructors
Instance Method Summary
-
#date : Time
The timestamp of when the Achievement was achieved by the Character
- #date=(_date : Time)
-
#icon : String
URL of the Achievement's Icon
- #icon=(_icon : String)
-
#id : UInt64
Lodestone ID of the achievement
- #id=(_id : UInt64)
-
#name : String
Name of the Achievement
- #name=(_name : String)
-
#points : UInt64
The number of points the Achievement is worth
- #points=(_points : UInt64)
- #to_json(json : JSON::Builder)