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