class XIVAPI::Dataclasses::FreeCompany
- XIVAPI::Dataclasses::FreeCompany
- Reference
- Object
Overview
Dataclass containing the information about a Free Company.
Defined in:
dataclasses/free_company/free_company.crConstructors
Instance Method Summary
-
#active : String
A string indicating the active times of the Free Company.
- #active=(_active : String)
-
#active_member_count : UInt64
The number of active members in the Free Company.
- #active_member_count=(_active_member_count : UInt64)
-
#crest : Array(String)
An array of URLs to the images that make up the crest for the Free Company.
- #crest=(_crest : Array(String))
-
#estate : XIVAPI::Dataclasses::Estate
An
Estate
class containing details about the Free Company's Estate. - #estate=(_estate : Estate)
-
#focus : Array(XIVAPI::Dataclasses::FreeCompanySeeking)
An Array of
FreeCompanySeeking
classs indicating what the focuses of the Free Company are. - #focus=(_focus : Array(FreeCompanySeeking))
-
#formed : Time
Timestamp of when the Free Company formed.
- #formed=(_formed : Time)
-
#grand_company : String
The name of the Free Company's presiding Grand Company
- #grand_company=(_grand_company : String)
-
#id : String
The Lodestone ID of the Free Company
- #id=(_id : String)
-
#name : String
The Free Company's name
- #name=(_name : String)
-
#rank : UInt8
Integer rank of the Free Company
- #rank=(_rank : UInt8)
-
#ranking : XIVAPI::Dataclasses::FreeCompanyRanking
A
FreeCompanyRanking
class containing the Free Company's rankings. - #ranking=(_ranking : FreeCompanyRanking)
-
#recruitment : String
A string representing the recruitment status of the Free Company.
- #recruitment=(_recruitment : String)
-
#reputation : Array(XIVAPI::Dataclasses::FreeCompanyReputation)
An Array of
FreeCompanyReputation
classs indicating the Free Company's reputation scores with the Grand Companies. - #reputation=(_reputation : Array(FreeCompanyReputation))
-
#seeking : Array(XIVAPI::Dataclasses::FreeCompanySeeking)
An array of
FreeCompanySeeking
classs indicating what the Free Company is currently seeking in terms of players. - #seeking=(_seeking : Array(FreeCompanySeeking))
- #server : String
- #server=(_server : String)
-
#slogan : String
The Free Company's slogan.
- #slogan=(_slogan : String)
-
#tag : String
The Free Company's tag.
- #tag=(_tag : String)
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
An array of URLs to the images that make up the crest for the Free Company.
An Estate
class containing details about the Free Company's Estate.
An Array of FreeCompanySeeking
classs indicating what the focuses of the Free Company are.
A FreeCompanyRanking
class containing the Free Company's rankings.
An Array of FreeCompanyReputation
classs indicating the Free Company's reputation scores with the Grand Companies.
An array of FreeCompanySeeking
classs indicating what the Free Company is currently seeking in terms of players.