-
Declaration
Swift
case dev = "dev"
-
Declaration
Swift
case staging = "staging"
-
Declaration
Swift
case sandbox = "sandbox"
-
Declaration
Swift
case cert = "cert"
-
Declaration
Swift
case prod = "prod"
-
Returns the corresponding hostname for the environment.
Declaration
Swift
public var hostname: String { get }