module XIVAPI::Client::Servers
Direct including types
Defined in:
client/servers.crInstance Method Summary
-
#datacenters : Hash(String, Array(String))
Retrieve a Hash of Server information from the API, where the keys are Datacenters and the values are Arrays of Server names in each Datacenter.
-
#servers : Array(String)
Retrieve an Array of Servers (Worlds) for the game.
Instance Method Detail
def datacenters : Hash(String, Array(String))
#
Retrieve a Hash of Server information from the API, where the keys are Datacenters and the values are Arrays of Server names in each Datacenter.