class XIVAPI::Dataclasses::FreeCompanyProfile
- XIVAPI::Dataclasses::FreeCompanyProfile
- Reference
- Object
Overview
Dataclass containing profile information for a Free Company.
Defined in:
dataclasses/free_company/free_company_profile.crConstructors
Instance Method Summary
-
#crest : Array(String)
An array of URLs to the images that make up the Free Company's crest
- #crest=(_crest : Array(String))
-
#id : String
The Lodestone ID of the Free Company.
- #id=(_id : String)
-
#name : String
The name of the Free Company.
- #name=(_name : String)
-
#server : String
The main server on which the Free Company is situated.
- #server=(_server : String)
- #to_json(json : JSON::Builder)