class XIVAPI::Dataclasses::Linkshell

Overview

Dataclass for the details of a Linkshell.

Defined in:

dataclasses/linkshell/linkshell.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_495 : JSON::PullParser) #

Instance Method Detail

def id : String #

The ID of the Linkshell


[View source]
def id=(_id : String) #

def pagination : Pagination #

def pagination=(_pagination : Pagination) #

def profile : Name #

def profile=(_profile : Name) #

An Array of CharacterSummaryinstances representing the Characters in the Linkshell.


[View source]
def results=(_results : Array(CharacterSummary)) #

def to_json(json : JSON::Builder) #