class XIVAPI::Dataclasses::PvpInfo

Overview

Dataclass that contains the Info classs for the PvP Team request.

Defined in:

dataclasses/pvp_team/pvp_info.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def linkshell : XIVAPI::Dataclasses::Info #

Info class containing the Info for the Linkshell data in the request.


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

def pvp_team : XIVAPI::Dataclasses::Info? #

Info class containing the Info for the PvP Team data in the request. Nil when the PvP Team data is nil.


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

def to_json(json : JSON::Builder) #