Class: SecretStore::ReadOnlyYamlBackend

Inherits:
YamlBackend show all
Defined in:
lib/secret_store.rb

Constant Summary

Constants inherited from YamlBackend

YamlBackend::SAVE_FLAGS, YamlBackend::SAVE_PERMS

Instance Method Summary collapse

Methods inherited from YamlBackend

#[], #delete, #initialize, #insert, #keys, #overwrite, #reload

Constructor Details

This class inherits a constructor from SecretStore::YamlBackend

Instance Method Details

#permits_writes?Boolean

Returns:

  • (Boolean)


168
169
170
# File 'lib/secret_store.rb', line 168

def permits_writes?
  false
end