class XIVAPI::Dataclasses::FreeCompanySeeking
- XIVAPI::Dataclasses::FreeCompanySeeking
- Reference
- Object
Overview
A class representing the items in the focus or seeking list of a Free Company.
Defined in:
dataclasses/free_company/free_company_seeking.crConstructors
Instance Method Summary
-
#icon : String
URL of the icon for the focus item.
- #icon=(_icon : String)
-
#name : String
The name of the focus item.
- #name=(_name : String)
-
#status : Bool
A flag stating whether or not the Free Company is focusing on the item.
- #status=(_status : Bool)
- #to_json(json : JSON::Builder)