lib/fog/identity/proxmox/requests/delete_role.rb in fog-proxmox-0.6.0 vs lib/fog/identity/proxmox/requests/delete_role.rb in fog-proxmox-0.7.0
- old
+ new
@@ -17,11 +17,11 @@
# along with Fog::Proxmox. If not, see <http://www.gnu.org/licenses/>.
# frozen_string_literal: true
module Fog
- module Identity
- class Proxmox
+ module Proxmox
+ class Identity
# class Real delete_role collection
class Real
def delete_role(roleid)
request(
expects: [200],