UserEnvironment.save constructor
UserEnvironment.save()
Implementation
UserEnvironment.save() {
username = _whoami();
gid = getgid();
uid = getuid();
pathToHome = HOME;
pathToShell = env['SHELL'];
pathToXdgRuntimeDirectory = env['XDG_RUNTIME_DIR'];
dbusSessionBusAddress = env['DBUS_SESSION_BUS_ADDRESS'];
}