class XIVAPI::Dataclasses::GuardianDeity
- XIVAPI::Dataclasses::GuardianDeity
- Reference
- Object
Overview
Dataclass containing information about a Character's Guardian Deity.
Defined in:
dataclasses/character/guardian_deity.crConstructors
Instance Method Summary
-
#guardian_deity : String?
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.
- #guardian_deity=(_guardian_deity : ::Union(String, Nil))
-
#icon : String
A URL to the icon of the Guardian Deity.
- #icon=(_icon : String)
-
#id : UInt64
The XIVAPI ID of the Guardian Deity
- #id=(_id : UInt64)
-
#name : String
The name of the Guardian Deity.
- #name=(_name : String)
- #to_json(json : JSON::Builder)
-
#url : String
A URL to the Guardian Deity's specific XIVAPI endpoint.
- #url=(_url : String)
Constructor Detail
Instance Method Detail
def guardian_deity : String?
#
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.