class XIVAPI::Dataclasses::CharacterSummary

Overview

Dataclass containing minimal data about a Character. This class is used during Character searches, as well as used to represent Character's in another Character's Friend List or Free Company Member List.

Included Modules

Defined in:

dataclasses/character/character_summary.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def avatar : String #

[View source]
def feast_matches : UInt64 #

[View source]
def id : UInt64 #

[View source]
def name : String #

[View source]
def rank : String | Nil #

[View source]
def rank_icon : String | Nil #

[View source]
def server : String #

[View source]