class

XIVAPI::Dataclasses::IDIconName

Inherits JSON::Serializable < Reference < Object

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

Constructors

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

Instance methods

icon

URL to the icon of the item.

Source
id

The ID of the item.

Source
name

The name of item.

Source