class XIVAPI::Dataclasses::PvpTeamResponse

Overview

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

Included Modules

Defined in:

dataclasses/pvp_team/pvp_team_response.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def info : PvpInfo #

[View source]
def linkshell : PvpLinkshell #

[View source]
def pvp_team : PvpTeam | Nil #

[View source]