class XIVAPI::Dataclasses::IDIconName

Overview

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

Included Modules

Defined in:

dataclasses/utils/id_icon_name.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def icon : String #

[View source]
def id : UInt64 #

[View source]
def name : String #

[View source]