class XIVAPI::Dataclasses::CharacterSummary
- XIVAPI::Dataclasses::CharacterSummary
- Reference
- Object
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.
Defined in:
dataclasses/character/character_summary.crConstructors
Instance Method Summary
-
#avatar : String
URL of the Character's Avatar.
- #avatar=(_avatar : String)
-
#feast_matches : UInt64
The number of feast matches the character has played.
- #feast_matches=(_feast_matches : UInt64)
-
#id : UInt64
The Lodestone ID of the character.
- #id=(_id : UInt64)
-
#name : String
The Character's Name.
- #name=(_name : String)
-
#rank : String?
Unsure what this is, it's null for the characters I could find.
- #rank=(_rank : ::Union(String, Nil))
-
#rank_icon : String?
Unsure what this is, it's null for the characters I could find.
- #rank_icon=(_rank_icon : ::Union(String, Nil))
-
#server : String
The name of the Server the Character is currently on.
- #server=(_server : String)
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def rank : String?
#
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.
def rank_icon : String?
#
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.