class XIVAPI::Dataclasses::FreeCompanyReputation
- XIVAPI::Dataclasses::FreeCompanyReputation
- Reference
- Object
Overview
A class for the reputation data for a Free Company.
Defined in:
dataclasses/free_company/free_company_reputation.crConstructors
Instance Method Summary
-
#name : String
The name of the Grand Company the reputation value is for.
- #name=(_name : String)
-
#progress : UInt64
The progress value towards the next rank of reputation.
- #progress=(_progress : UInt64)
- #rank : String
- #rank=(_rank : String)
-
#reputation
The current reputation rank with the Grand Company.
- #to_json(json : JSON::Builder)