class XIVAPI::Dataclasses::PvpTeamResponse
- XIVAPI::Dataclasses::PvpTeamResponse
- Reference
- Object
Overview
Dataclass for the data that comes in a response from reading a specific PvP Team.
Defined in:
dataclasses/pvp_team/pvp_team_response.crConstructors
Instance Method Summary
-
#info : XIVAPI::Dataclasses::PvpInfo
A
PvpInfo
class for the information about the Linkshell and PvpTeam responses. - #info=(_info : PvpInfo)
-
#linkshell : XIVAPI::Dataclasses::PvpLinkshell
A
PvpLinkshell
class representing the Linkshell information for the PvP Team. - #linkshell=(_linkshell : PvpLinkshell)
-
#pvp_team : XIVAPI::Dataclasses::PvpTeam?
A
PvpTeam
class that contains the data on the PvP Team. - #pvp_team=(_pvp_team : ::Union(PvpTeam, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def info : XIVAPI::Dataclasses::PvpInfo
#
A PvpInfo
class for the information about the Linkshell and PvpTeam responses.
def linkshell : XIVAPI::Dataclasses::PvpLinkshell
#
A PvpLinkshell
class representing the Linkshell information for the PvP Team.
def pvp_team : XIVAPI::Dataclasses::PvpTeam?
#
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.