class

XIVAPI::Dataclasses::Info

Inherits JSON::Serializable < Reference < Object

Dataclass for the availability of a certain piece of data

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

is_active

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

Source
priority

The value of the priority of the item.

Source
state

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

Source
updated

the time the data was last updated at

Source