class

XIVAPI::Dataclasses::CharacterSummary

Inherits JSON::Serializable < Reference < Object

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.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

avatar

URL of the Character's Avatar.

Source
feast_matches

The number of feast matches the character has played.

Source
id

The Lodestone ID of the character.

Source
name

The Character's Name.

Source
rank

Unsure what this is, it's null for the characters I could find. It will be returned as a String if it's not nil.

Source
rank_icon

Unsure what this is, it's null for the characters I could find. It will be returned as a String if it's not nil.

Source
server

The name of the Server the Character is currently on.

Source