class XIVAPI::Dataclasses::PvpLinkshell
- XIVAPI::Dataclasses::PvpLinkshell
- Reference
- Object
Overview
Dataclass for the Linkshell data for the PvP Team response.
Defined in:
dataclasses/pvp_team/pvp_linkshell.crConstructors
Instance Method Summary
-
#pagination : XIVAPI::Dataclasses::Pagination
An
Pagination
class containing the pagination info for the request. - #pagination=(_pagination : Pagination)
-
#profile : XIVAPI::Dataclasses::PvpTeamProfile
A
PvpTeamProfile
class containing data about the PvP Team's Profile. - #profile=(_profile : PvpTeamProfile)
-
#results : Array(XIVAPI::Dataclasses::CharacterSummary)
An Array of
CharacterSummary
classs representing the Characters in the Linkshell for the PvP Team. - #results=(_results : Array(CharacterSummary))
- #to_json(json : JSON::Builder)
Constructor Detail
Instance Method Detail
def pagination : XIVAPI::Dataclasses::Pagination
#
An Pagination
class containing the pagination info for the request.
def profile : XIVAPI::Dataclasses::PvpTeamProfile
#
A PvpTeamProfile
class containing data about the PvP Team's Profile.
def results : Array(XIVAPI::Dataclasses::CharacterSummary)
#
An Array of CharacterSummary
classs representing the Characters in the Linkshell for the PvP Team.