class XIVAPI::Dataclasses::FreeCompanyProfile

Overview

Dataclass containing profile information for a Free Company.

Defined in:

dataclasses/free_company/free_company_profile.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def crest : Array(String) #

An array of URLs to the images that make up the Free Company's crest


[View source]
def crest=(_crest : Array(String)) #

def id : String #

The Lodestone ID of the Free Company.


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

def name : String #

The name of the Free Company.


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

def server : String #

The main server on which the Free Company is situated.


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

def to_json(json : JSON::Builder) #