class XIVAPI::Dataclasses::Linkshell
- XIVAPI::Dataclasses::Linkshell
- Reference
- Object
Overview
Dataclass for the details of a Linkshell.
Defined in:
dataclasses/linkshell/linkshell.crConstructors
Instance Method Summary
-
#id : String
The ID of the Linkshell
- #id=(_id : String)
- #pagination : Pagination
- #pagination=(_pagination : Pagination)
- #profile : Name
- #profile=(_profile : Name)
-
#results : Array(XIVAPI::Dataclasses::CharacterSummary)
An Array of
CharacterSummary
instances representing the Characters in the Linkshell. - #results=(_results : Array(CharacterSummary))
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def results : Array(XIVAPI::Dataclasses::CharacterSummary)
#
An Array of CharacterSummary
instances representing the Characters in the Linkshell.