class

XIVAPI::Dataclasses::NameLowcase

Inherits JSON::Serializable < Reference < Object

Dataclass for data that just contains a Name value, but with a lowercase 'n' for the key name.

Constructors

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

Instance methods

name

The name associated with the data.

Source