class XIVAPI::Dataclasses::Patch

Overview

Dataclass for individual entries in the patch list

Included Modules

Defined in:

dataclasses/other/patch.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def banner : String | Nil #

[View source]
def ex_version : UInt64 #

[View source]
def id : UInt64 #

[View source]
def name : String #

[View source]
def release_date : Time #

[View source]
def version : String #

[View source]