class

XIVAPI::Dataclasses::GuardianDeity

Inherits JSON::Serializable < Reference < Object

Dataclass containing information about a Character's Guardian Deity.

Constructors

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

Instance methods

guardian_deity

This field always appears to be null so we're unsure what it is, but it will always come back as a String if it has a value.

Source
icon

A URL to the icon of the Guardian Deity.

Source
id

The XIVAPI ID of the Guardian Deity

Source
name

The name of the Guardian Deity.

Source
url

A URL to the Guardian Deity's specific XIVAPI endpoint.

Source