class XIVAPI::Dataclasses::LinkshellSearch

Overview

Dataclass for the data returned from a Linkshell search.

Defined in:

dataclasses/linkshell/linkshell_search.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def id : String #

The ID of the Linkshell.


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

def name : String #

The name of the Linkshell.


[View source]
def name=(_name : String) #

def server : String #

The server that the Linkshell is on.


[View source]
def server=(_server : String) #

def to_json(json : JSON::Builder) #