class XIVAPI::Dataclasses::PvpTeamResponse

Overview

Dataclass for the data that comes in a response from reading a specific PvP Team.

Defined in:

dataclasses/pvp_team/pvp_team_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

A PvpInfo class for the information about the Linkshell and PvpTeam responses.


[View source]
def info=(_info : PvpInfo) #

A PvpLinkshell class representing the Linkshell information for the PvP Team.


[View source]
def linkshell=(_linkshell : PvpLinkshell) #

A PvpTeam class that contains the data on the PvP Team. Nil in most cases, cannot figure out how to get it to not be nil.


[View source]
def pvp_team=(_pvp_team : ::Union(PvpTeam, Nil)) #

def to_json(json : JSON::Builder) #