class XIVAPI::Dataclasses::GearSet
- XIVAPI::Dataclasses::GearSet
- Reference
- Object
Overview
Dataclass for a set of gears
Defined in:
dataclasses/character/gear_set.crConstructors
Instance Method Summary
-
#attributes : Array(XIVAPI::Dataclasses::GearSetAttribute)
An array of
GearSetAttribute
classs indicating the various attribute values for the GearSet. - #attributes=(_attributes : Array(GearSetAttribute))
-
#cls : XIVAPI::Dataclasses::Job
A
Job
class indicating the Class for the GearSet - #cls=(_cls : Job)
-
#gear : XIVAPI::Dataclasses::Equipment
An
Equipment
class for the GearSet, indicating what piece of Gear is equipped in each slot on the Character. - #gear=(_gear : Equipment)
-
#gear_key : String
A string in the form "#{class_id}_#{job_id}" that corresponds with the key for the ClassJob hash in the Character class.
- #gear_key=(_gear_key : String)
-
#job : XIVAPI::Dataclasses::Job
A
Job
class indicating the Job for the GearSet. - #job=(_job : Job)
-
#level : UInt64
The level of the GearSet.
- #level=(_level : UInt64)
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
An array of GearSetAttribute
classs indicating the various attribute values for the GearSet.
An Equipment
class for the GearSet, indicating what piece of Gear is equipped in each slot on the Character.
A string in the form "#{class_id}_#{job_id}" that corresponds with the key for the ClassJob hash in the Character class.