class XIVAPI::Dataclasses::Job
- XIVAPI::Dataclasses::Job
- Reference
- Object
Overview
Dataclass containing data about a Class or Job
Defined in:
dataclasses/character/job.crConstructors
Instance Method Summary
-
#abbreviation : String
The abbreviated name of the Class or Job.
- #abbreviation=(_abbreviation : String)
-
#class_job_category : XIVAPI::Dataclasses::IDName?
An
IDName
class representing the category of the Class or Job. - #class_job_category=(_class_job_category : ::Union(IDName, Nil))
- #icon : String
- #icon=(_icon : String)
-
#id : UInt64
The XIVAPI ID of the Class or Job.
- #id=(_id : UInt64)
-
#name : String
The full name of the Class or Job.
- #name=(_name : String)
- #to_json(json : JSON::Builder)
-
#url : String
URL for the XIVAPI page for the Class or Job.
- #url=(_url : String)
Constructor Detail
Instance Method Detail
def class_job_category : XIVAPI::Dataclasses::IDName?
#
An IDName
class representing the category of the Class or Job.
Sometimes it is not sent, in which case the field will be nil.