Method: Chef::ChefFS::FileSystem::ChefServer::OrganizationInvitesEntry#delete
- Defined in:
- lib/chef/chef_fs/file_system/chef_server/organization_invites_entry.rb
#delete(recurse) ⇒ Object
38 39 40 |
# File 'lib/chef/chef_fs/file_system/chef_server/organization_invites_entry.rb', line 38 def delete(recurse) raise Chef::ChefFS::FileSystem::OperationNotAllowedError.new(:delete, self) end |