class XIVAPI::Dataclasses::Info
- XIVAPI::Dataclasses::Info
- Reference
- Object
Overview
Dataclass for the availability of a certain piece of data
Defined in:
dataclasses/other/info.crConstructors
Instance Method Summary
-
#is_active : Bool
A flag stating whether or not the item in question is in the API.
- #is_active=(_is_active : Bool)
-
#priority : UInt64
The value of the priority of the item.
- #priority=(_priority : UInt64)
-
#state : XIVAPI::InfoStates
The current state of the item.
- #state=(_state : InfoStates)
- #to_json(json : JSON::Builder)
-
#updated : Time
the time the data was last updated at
- #updated=(_updated : Time)