class XIVAPI::Dataclasses::WorldStatus
- XIVAPI::Dataclasses::WorldStatus
- Reference
- Object
Overview
Dataclass for world status data
Defined in:
dataclasses/other/world_status.crConstructors
Instance Method Summary
-
#status : String
String containing the current status of the world
- #status=(_status : String)
-
#title : String
Name of the world
- #title=(_title : String)
- #to_json(json : JSON::Builder)