class XIVAPI::Dataclasses::FreeCompanyReputation

Overview

A class for the reputation data for a Free Company.

Defined in:

dataclasses/free_company/free_company_reputation.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def name : String #

The name of the Grand Company the reputation value is for.


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

def progress : UInt64 #

The progress value towards the next rank of reputation.


[View source]
def progress=(_progress : UInt64) #

def rank : String #

def rank=(_rank : String) #

def reputation #

The current reputation rank with the Grand Company.


[View source]
def to_json(json : JSON::Builder) #