class XIVAPI::Dataclasses::LoreData
- XIVAPI::Dataclasses::LoreData
- Reference
- Object
Overview
Dataclass for the Data column of the /lore endpoint data
Defined in:
dataclasses/other/lore.crConstructors
Instance Method Summary
-
#icon : String?
URL for the icon of the item.
- #icon=(_icon : ::Union(String, Nil))
-
#id : UInt64
ID of the item the piece of Lore is referring to.
- #id=(_id : UInt64)
-
#name : String
The name of the item in the language requested by the client.
- #name=(_name : String)
- #to_json(json : JSON::Builder)
-
#url : String
URL to the XIVAPI page for the item in question.
- #url=(_url : String)