class

XIVAPI::Dataclasses::Lore

Inherits JSON::Serializable < Reference < Object

Dataclass for items returned from the /lore/ endpoint

Constructors

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

Instance methods

context

A String identifying the context that the piece of text was found in.

Source
data

Extra data about the piece of Lore, tying it to another endpoint in the API.

Source
source

The name of the source of the piece of Lore.

Source
source_id

The ID of the source.

Source
text

The text of the Lore item.

Source