class XIVAPI::Dataclasses::Achievement

Overview

Dataclass for an Achievement

Included Modules

Defined in:

dataclasses/character/achievement.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def date : Time #

[View source]
def icon : String #

[View source]
def id : UInt64 #

[View source]
def name : String #

[View source]
def points : UInt64 #

[View source]