class XIVAPI::Dataclasses::LinkshellSearch
- XIVAPI::Dataclasses::LinkshellSearch
- Reference
- Object
Overview
Dataclass for the data returned from a Linkshell search.
Defined in:
dataclasses/linkshell/linkshell_search.crConstructors
Instance Method Summary
-
#id : String
The ID of the Linkshell.
- #id=(_id : String)
-
#name : String
The name of the Linkshell.
- #name=(_name : String)
-
#server : String
The server that the Linkshell is on.
- #server=(_server : String)
- #to_json(json : JSON::Builder)