class XIVAPI::Dataclasses::IDIconNameUrl

Overview

A class for a simple combination of ID, icon, name, and URL. Used throughout the library in places that need this simple mapping.

Included Modules

Defined in:

dataclasses/utils/id_icon_name_url.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def icon : String | Nil #

[View source]
def id : UInt64 #

[View source]
def name : String | Nil #

[View source]
def url : String #

[View source]