class XIVAPI::Dataclasses::NameLowcase

Overview

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

Defined in:

dataclasses/utils/name.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def name : String #

The name associated with the data.


[View source]
def name=(_name : String) #

def to_json(json : JSON::Builder) #