class XIVAPI::Dataclasses::MinionMount
- XIVAPI::Dataclasses::MinionMount
- Reference
- Object
Overview
Dataclass for all character data classs
Defined in:
dataclasses/character/minion_mount.crConstructors
Instance Method Summary
-
#icon : String
The URL of the icon for the Minion or Mount.
- #icon=(_icon : String)
-
#icon_small : String
The URL of the small icon for the Minion or Mount.
- #icon_small=(_icon_small : String)
-
#id : UInt64
The ID of the Minion or Mount.
- #id=(_id : UInt64)
-
#name : String
The name of the Minion or Mount.
- #name=(_name : String)
- #to_json(json : JSON::Builder)
-
#url : String
The XIVAPI URL for the Minion or Mount.
- #url=(_url : String)