class XIVAPI::Dataclasses::GuardianDeity

Overview

Dataclass containing information about a Character's Guardian Deity.

Included Modules

Defined in:

dataclasses/character/guardian_deity.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def guardian_deity : String | Nil #

[View source]
def icon : String #

[View source]
def id : UInt64 #

[View source]
def name : String #

[View source]
def url : String #

[View source]