class XIVAPI::Dataclasses::GearSetAttribute

Overview

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

Included Modules

Defined in:

dataclasses/character/gear_set_attribute.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def attribute : IDName #

[View source]
def value : UInt64 #

[View source]