Class: ManageIQ::API::Common::RBAC::UnshareResource

Inherits:
ShareResource
  • Object
show all
Defined in:
lib/manageiq/api/common/rbac/unshare_resource.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from ShareResource

#process

Methods included from Utilities

#parse_ids_from_name, #unique_name, #validate_groups

Constructor Details

#initialize(options) ⇒ UnshareResource

Returns a new instance of UnshareResource.



10
11
12
13
# File 'lib/manageiq/api/common/rbac/unshare_resource.rb', line 10

def initialize(options)
  @count = 0
  super
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



8
9
10
# File 'lib/manageiq/api/common/rbac/unshare_resource.rb', line 8

def count
  @count
end