module

PlaceOS::Model::Utilities::SettingsHelper

Instance methods

all_settings

Decrypts and merges all settings for the model

Lower privilged settings are favoured during the merge process.

Source
settings

Query the master settings attached to a model

Source
settings_at(encryption_level : Encryption::Level)

Get the settings at a particular encryption level

Source
settings_at?(encryption_level : Encryption::Level)

Get the settings at a particular encryption level

Source
settings_hierarchy
Source
settings_json

Decrypted JSON object for configuring drivers

Source