class XIVAPI::Dataclasses::PvpTeamProfile

Overview

Dataclass containing data for a PVP Team's Profile.

Defined in:

dataclasses/pvp_team/pvp_team_profile.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def crest : Array(String) #

An Array of URLs to the images that make up the Team's crest.


[View source]
def crest=(_crest : Array(String)) #

def name : String #

The name of the Team.


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

def server : String #

The name of the server that the team is on.


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

def to_json(json : JSON::Builder) #