class XIVAPI::Dataclasses::PvpTeam

Overview

A class representing a PvP Team.

Defined in:

dataclasses/pvp_team/pvp_team.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def avatar : String #

URL for the avatar for the PvP Team.


[View source]
def avatar=(_avatar : String) #

def feast_matches : UInt64 #

The number of feast matches that the PvP Team have played.


[View source]
def feast_matches=(_feast_matches : UInt64) #

def id : UInt64 #

The ID of the PvP Team.


[View source]
def id=(_id : UInt64) #

def name : String #

The name of the PvP Team.


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

def rank : String #

The rank of the PvP Team.


[View source]
def rank=(_rank : String) #

def rank_icon : String #

URL to the icon of the Pvp Team's rank.


[View source]
def rank_icon=(_rank_icon : String) #

def server : String #

The name of the server that the PvP Team is on.


[View source]
def server=(_server : String) #

def to_json(json : JSON::Builder) #