class XIVAPI::Dataclasses::IDNameUrl
- XIVAPI::Dataclasses::IDNameUrl
- Reference
- Object
Overview
A class for a simple combination of ID, name, and URL. Used throughout the library in places that need this simple mapping.
Defined in:
dataclasses/utils/id_name_url.crConstructors
Instance Method Summary
-
#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)