class

XIVAPI::Dataclasses::GearSetAttribute

Inherits JSON::Serializable < Reference < Object

Dataclass for an attribute for a GearSet. An Attribute corresponds to a stat, and has both a name and a value.

Constructors

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

Instance methods

attribute

An IDName class containing the name and id of the attribute, e.g. Piety

Source
value

The value of the attribute generated by the Gear in the GearSet.

Source