class XIVAPI::Dataclasses::Patch
- XIVAPI::Dataclasses::Patch
- Reference
- Object
Overview
Dataclass for individual entries in the patch list
Defined in:
dataclasses/other/patch.crConstructors
Instance Method Summary
-
#banner : String?
URL to the image used for the banner of the patch notes.
- #banner=(_banner : ::Union(String, Nil))
-
#ex_version : UInt64
The ID to the file.
- #ex_version=(_ex_version : UInt64)
-
#id : UInt64
The internal XIVAPI ID for the patch.
- #id=(_id : UInt64)
-
#name : String
The name of the patch in the requested language.
- #name=(_name : String)
-
#release_date : Time
Timestamp for the relase date of the patch.
- #release_date=(_release_date : Time)
- #to_json(json : JSON::Builder)
-
#version : String
The version code as a string.
- #version=(_version : String)