class XIVAPI::Dataclasses::Achievements

Overview

Dataclass for a list of all Achievements earned by a Character, plus some metadata about the list itself.

Defined in:

dataclasses/character/achievements.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_80 : JSON::PullParser) #

Instance Method Detail

A list of Achievement classs that have been achieved by the Character


[View source]
def list=(_list : Array(Achievement)) #

def points : UInt64 #

The total number of Achievement points the Character has


[View source]
def points=(_points : UInt64) #

def to_json(json : JSON::Builder) #