Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
xivapi-cr
v0.3.0
XIVAPI
Client
Character
FreeCompany
Linkshell
Other
PvpTeam
Servers
Converters
NilableEpochConverter
Dataclasses
Achievement
Achievements
Character
CharacterGear
CharacterResponse
CharacterSummary
ClassJob
Equipment
Estate
Exception
FreeCompany
FreeCompanyProfile
FreeCompanyRanking
FreeCompanyReputation
FreeCompanyResponse
FreeCompanySeeking
Gear
GearSet
GearSetAttribute
GrandCompanyCharacterData
GuardianDeity
IDIconName
IDIconNameUrl
IDName
IDNameUrl
Info
Job
Linkshell
LinkshellResponse
LinkshellSearch
Lore
LoreData
MinionMount
Name
NameLowcase
Page
Pagination
Patch
PvpInfo
PvpLinkshell
PvpTeam
PvpTeamProfile
PvpTeamResponse
SearchResult
WorldStatus
Exceptions
XIVAPIException
InfoStates
Built with Crystal 1.9.2
2023-10-08 13:24:35 UTC
class
XIVAPI::Dataclasses::LoreData
XIVAPI::Dataclasses::LoreData
Reference
Object
Overview
Dataclass for the Data column of the /lore endpoint data
Included Modules
JSON::Serializable
Defined in:
dataclasses/other/lore.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#icon
: String | Nil
#id
: UInt64
#name
: String
#url
: String
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
icon
: String | Nil
#
[
View source
]
def
id
: UInt64
#
[
View source
]
def
name
: String
#
[
View source
]
def
url
: String
#
[
View source
]