class XIVAPI::Dataclasses::IDIconName
- XIVAPI::Dataclasses::IDIconName
- Reference
- Object
Overview
A class for a simple combination of ID, icon and name. Used throughout the library in places that need this simple mapping.
Defined in:
dataclasses/utils/id_icon_name.crConstructors
Instance Method Summary
-
#icon : String
URL to the icon of the item.
- #icon=(_icon : String)
-
#id : UInt64
The ID of the item.
- #id=(_id : UInt64)
-
#name : String
The name of item.
- #name=(_name : String)
- #to_json(json : JSON::Builder)