class

XIVAPI::Dataclasses::IDIconNameUrl

Inherits JSON::Serializable < Reference < Object

A class for a simple combination of ID, icon, name, and URL. 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
url

The URL of the item in XIVAPI.

Source