class XIVAPI::Dataclasses::Estate

Overview

Dataclass containing details about a Free Company Estate.

Defined in:

dataclasses/free_company/estate.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def greeting : String #

The greeting message for the Estate.


[View source]
def greeting=(_greeting : String) #

def name : String #

The Estate's name.


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

def plot : String #

The Estate's plot details.


[View source]
def plot=(_plot : String) #

def to_json(json : JSON::Builder) #