Class: ConfigOMat::Cond::SecretsToLoad

Inherits:
LifecycleVM::CondBase
  • Object
show all
Defined in:
lib/config_o_mat/secrets_loader/cond/secrets_to_load.rb

Instance Method Summary collapse

Instance Method Details

#callObject



24
25
26
# File 'lib/config_o_mat/secrets_loader/cond/secrets_to_load.rb', line 24

def call
  !secret_defs_to_load.empty?
end