class XIVAPI::Dataclasses::MinionMount

Overview

Dataclass for all character data classs

Defined in:

dataclasses/character/minion_mount.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def icon : String #

The URL of the icon for the Minion or Mount.


[View source]
def icon=(_icon : String) #

def icon_small : String #

The URL of the small icon for the Minion or Mount.


[View source]
def icon_small=(_icon_small : String) #

def id : UInt64 #

The ID of the Minion or Mount.


[View source]
def id=(_id : UInt64) #

def name : String #

The name of the Minion or Mount.


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

def to_json(json : JSON::Builder) #

def url : String #

The XIVAPI URL for the Minion or Mount.


[View source]
def url=(_url : String) #