class XIVAPI::Dataclasses::IDIconNameUrl
- XIVAPI::Dataclasses::IDIconNameUrl
- Reference
- Object
Overview
A class for a simple combination of ID, icon, name, and URL. Used throughout the library in places that need this simple mapping.
Defined in:
dataclasses/utils/id_icon_name_url.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)
-
#url : String
The URL of the item in XIVAPI.
- #url=(_url : String)