class Chef::ChefFS::FileSystem::ChefServer::OrgEntry
Represents the actual data at /organizations/NAME (the full name, etc.)
/organizations/NAME/org.json
def api_path
def api_path parent.api_path end
def data_handler
def data_handler Chef::ChefFS::DataHandler::OrganizationDataHandler.new end
def delete(recurse)
def delete(recurse) raise Chef::ChefFS::FileSystem::OperationNotAllowedError.new(:delete, self) end
def display_path
def display_path "/org.json" end
def exists?
def exists? parent.exists? end