class XIVAPI::Dataclasses::Info

Overview

Dataclass for the availability of a certain piece of data

Defined in:

dataclasses/other/info.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def is_active : Bool #

A flag stating whether or not the item in question is in the API.


[View source]
def is_active=(_is_active : Bool) #

def priority : UInt64 #

The value of the priority of the item.


[View source]
def priority=(_priority : UInt64) #

def state : XIVAPI::InfoStates #

The current state of the item. Uses the InfoStates enum.


[View source]
def state=(_state : InfoStates) #

def to_json(json : JSON::Builder) #

def updated : Time #

the time the data was last updated at


[View source]
def updated=(_updated : Time) #