XIVAPI::Dataclasses::GearSet
Inherits JSON::Serializable < Reference < Object
Dataclass for a set of gears
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
attributes
An array of GearSetAttribute classs indicating the various attribute values for the GearSet.
gear
An Equipment class for the GearSet, indicating what piece of Gear is equipped in each slot on the Character.
gear_key
A string in the form "#{class_id}_#{job_id}" that corresponds with the key for the ClassJob hash in the Character class.