Class: Chef::ChefFS::FileSystem::Repository::ClientKey
- Defined in:
- lib/chef/chef_fs/file_system/repository/client_key.rb
Instance Attribute Summary
Attributes inherited from BaseFile
#data_handler, #file_path, #name, #parent, #path, #write_pretty_json
Instance Method Summary collapse
-
#initialize(name, parent) ⇒ ClientKey
constructor
A new instance of ClientKey.
Methods inherited from BaseFile
#bare_name, #can_have_child?, #compare_to, #create, #delete, #dir?, #exists?, #fs_entry_valid?, #is_json_file?, #is_ruby_file?, #minimize, #name_valid?, #path_for_printing, #read, #root, #write
Constructor Details
#initialize(name, parent) ⇒ ClientKey
Returns a new instance of ClientKey.
29 30 31 32 |
# File 'lib/chef/chef_fs/file_system/repository/client_key.rb', line 29 def initialize(name, parent) @data_handler = Chef::ChefFS::DataHandler::ClientKeyDataHandler.new super end |