class XIVAPI::Dataclasses::PvpTeam
- XIVAPI::Dataclasses::PvpTeam
- Reference
- Object
Overview
A class representing a PvP Team.
Defined in:
dataclasses/pvp_team/pvp_team.crConstructors
Instance Method Summary
-
#avatar : String
URL for the avatar for the PvP Team.
- #avatar=(_avatar : String)
-
#feast_matches : UInt64
The number of feast matches that the PvP Team have played.
- #feast_matches=(_feast_matches : UInt64)
-
#id : UInt64
The ID of the PvP Team.
- #id=(_id : UInt64)
-
#name : String
The name of the PvP Team.
- #name=(_name : String)
-
#rank : String
The rank of the PvP Team.
- #rank=(_rank : String)
-
#rank_icon : String
URL to the icon of the Pvp Team's rank.
- #rank_icon=(_rank_icon : String)
-
#server : String
The name of the server that the PvP Team is on.
- #server=(_server : String)
- #to_json(json : JSON::Builder)