class XIVAPI::Dataclasses::FreeCompany

Overview

Dataclass containing the information about a Free Company.

Included Modules

Defined in:

dataclasses/free_company/free_company.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def active : String #

[View source]
def active_member_count : UInt64 #

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

[View source]
def estate : Estate #

[View source]
def focus : Array(FreeCompanySeeking) #

[View source]
def formed : Time #

[View source]
def grand_company : String #

[View source]
def id : String #

[View source]
def name : String #

[View source]
def rank : UInt8 #

[View source]
def ranking : FreeCompanyRanking #

[View source]
def recruitment : String #

[View source]
def reputation : Array(FreeCompanyReputation) #

[View source]
def seeking : Array(FreeCompanySeeking) #

[View source]
def server : String #

[View source]
def slogan : String #

[View source]
def tag : String #

[View source]