class XIVAPI::Dataclasses::PvpInfo
- XIVAPI::Dataclasses::PvpInfo
- Reference
- Object
Overview
Dataclass that contains the Info
classs for the PvP Team request.
Defined in:
dataclasses/pvp_team/pvp_info.crConstructors
Instance Method Summary
-
#linkshell : XIVAPI::Dataclasses::Info
Info
class containing the Info for the Linkshell data in the request. - #linkshell=(_linkshell : Info)
-
#pvp_team : XIVAPI::Dataclasses::Info?
Info
class containing the Info for the PvP Team data in the request. - #pvp_team=(_pvp_team : ::Union(Info, Nil))
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def linkshell : XIVAPI::Dataclasses::Info
#
Info
class containing the Info for the Linkshell data in the request.
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.