class XIVAPI::Dataclasses::Lore
- XIVAPI::Dataclasses::Lore
- Reference
- Object
Overview
Dataclass for items returned from the /lore/ endpoint
Defined in:
dataclasses/other/lore.crConstructors
Instance Method Summary
-
#context : String
A String identifying the context that the piece of text was found in.
- #context=(_context : String)
-
#data : XIVAPI::Dataclasses::LoreData?
Extra data about the piece of Lore, tying it to another endpoint in the API.
- #data=(_data : ::Union(LoreData, Nil))
-
#source : String
The name of the source of the piece of Lore.
- #source=(_source : String)
-
#source_id : UInt64
The ID of the source.
- #source_id=(_source_id : UInt64)
-
#text : String
The text of the Lore item.
- #text=(_text : String)
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def data : XIVAPI::Dataclasses::LoreData?
#
Extra data about the piece of Lore, tying it to another endpoint in the API.