class XIVAPI::Dataclasses::WorldStatus

Overview

Dataclass for world status data

Defined in:

dataclasses/other/world_status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_594 : JSON::PullParser) #

Instance Method Detail

def status : String #

String containing the current status of the world


[View source]
def status=(_status : String) #

def title : String #

Name of the world


[View source]
def title=(_title : String) #

def to_json(json : JSON::Builder) #