class

XIVAPI::Dataclasses::Job

Inherits JSON::Serializable < Reference < Object

Dataclass containing data about a Class or Job

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

abbreviation

The abbreviated name of the Class or Job.

Source
class_job_category

An IDName class representing the category of the Class or Job. Sometimes it is not sent, in which case the field will be nil.

Source
id

The XIVAPI ID of the Class or Job.

Source
name

The full name of the Class or Job.

Source
url

URL for the XIVAPI page for the Class or Job.

Source