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