class

XIVAPI::Dataclasses::FreeCompanyResponse

Inherits JSON::Serializable < Reference < Object

A class used to map out the response from the Free Company endpoint.

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

free_company

A FreeCompany class containing the information about the Free Company.

Source
free_company_members

An Array of CharacterSummary classs representing the Characters in the Free Company. Will be nil unless the Free Company Members data (FCM) is requested, or if it is not yet in the system.

Source