class XIVAPI::Dataclasses::FreeCompanySeeking

Overview

A class representing the items in the focus or seeking list of a Free Company.

Defined in:

dataclasses/free_company/free_company_seeking.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def icon : String #

URL of the icon for the focus item.


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

def name : String #

The name of the focus item.


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

def status : Bool #

A flag stating whether or not the Free Company is focusing on the item.


[View source]
def status=(_status : Bool) #

def to_json(json : JSON::Builder) #