class XIVAPI::Dataclasses::Patch

Overview

Dataclass for individual entries in the patch list

Defined in:

dataclasses/other/patch.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def banner : String? #

URL to the image used for the banner of the patch notes.


[View source]
def banner=(_banner : ::Union(String, Nil)) #

def ex_version : UInt64 #

The ID to the file.


[View source]
def ex_version=(_ex_version : UInt64) #

def id : UInt64 #

The internal XIVAPI ID for the patch.


[View source]
def id=(_id : UInt64) #

def name : String #

The name of the patch in the requested language.


[View source]
def name=(_name : String) #

def release_date : Time #

Timestamp for the relase date of the patch.


[View source]
def release_date=(_release_date : Time) #

def to_json(json : JSON::Builder) #

def version : String #

The version code as a string.


[View source]
def version=(_version : String) #