class XIVAPI::Dataclasses::IDNameUrl

Overview

A class for a simple combination of ID, name, and URL. Used throughout the library in places that need this simple mapping.

Included Modules

Defined in:

dataclasses/utils/id_name_url.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : UInt64 #

[View source]
def name : String #

[View source]
def url : String #

[View source]