HostEnvironment

Constructors

this
this()
Undocumented in source.

Members

Functions

configPath
string configPath()
Undocumented in source. Be warned that the author may not have intended to support it.
configPath
HostEnvironment configPath(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
isDevelopment
bool isDevelopment()
Undocumented in source. Be warned that the author may not have intended to support it.
isEnvironment
bool isEnvironment(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
isProduction
bool isProduction()
Undocumented in source. Be warned that the author may not have intended to support it.
isStaging
bool isStaging()
Undocumented in source. Be warned that the author may not have intended to support it.
isTest
bool isTest()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
name
HostEnvironment name(string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_configPath
string _configPath;
Undocumented in source.
_name
string _name;
Undocumented in source.

Meta