Class
ChefZero::DataStore::RawFileStore
In:
lib/chef_zero/data_store/raw_file_store.rb
Parent:
ChefZero::DataStore::InterfaceV2
Methods
clear
create
create_dir
delete
delete_dir
exists?
exists_dir?
get
list
new
path_to
set
Attributes
destructible
[R]
root
[R]
Public Class methods
new
(root, destructible = false)
Public Instance methods
clear
()
create
(path, name, data, *options)
create_dir
(path, name, *options)
delete
(path)
delete_dir
(path, *options)
exists?
(path, options = {})
exists_dir?
(path)
get
(path, request=nil)
list
(path)
path_to
(path, name=nil)
set
(path, data, *options)
[Validate]