class

XIVAPI::Dataclasses::PvpTeamResponse

Inherits JSON::Serializable < Reference < Object

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

Constructors

new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

info

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

Source
linkshell

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

Source
pvp_team

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.

Source