class

XIVAPI::Dataclasses::LoreData

Inherits JSON::Serializable < Reference < Object

Dataclass for the Data column of the /lore endpoint data

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

icon

URL for the icon of the item.

Source
id

ID of the item the piece of Lore is referring to.

Source
name

The name of the item in the language requested by the client.

Source
url

URL to the XIVAPI page for the item in question.

Source