Class: RemoveEntityPermissionRequestType
- Inherits:
-
Object
- Object
- RemoveEntityPermissionRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveEntityPermissionRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
user - SOAP::SOAPString
isGroup - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#isGroup ⇒ Object
Returns the value of attribute isGroup.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, user = nil, isGroup = nil) ⇒ RemoveEntityPermissionRequestType
constructor
A new instance of RemoveEntityPermissionRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil, user = nil, isGroup = nil) ⇒ RemoveEntityPermissionRequestType
Returns a new instance of RemoveEntityPermissionRequestType.
33531 33532 33533 33534 33535 33536 |
# File 'lib/vmware/soap/vim25.rb', line 33531 def initialize(v__this = nil, entity = nil, user = nil, isGroup = nil) @v__this = v__this @entity = entity @user = user @isGroup = isGroup end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
33519 33520 33521 |
# File 'lib/vmware/soap/vim25.rb', line 33519 def entity @entity end |
#isGroup ⇒ Object
Returns the value of attribute isGroup.
33521 33522 33523 |
# File 'lib/vmware/soap/vim25.rb', line 33521 def isGroup @isGroup end |
#user ⇒ Object
Returns the value of attribute user.
33520 33521 33522 |
# File 'lib/vmware/soap/vim25.rb', line 33520 def user @user end |
Instance Method Details
#m__this ⇒ Object
33523 33524 33525 |
# File 'lib/vmware/soap/vim25.rb', line 33523 def m__this @v__this end |
#m__this=(value) ⇒ Object
33527 33528 33529 |
# File 'lib/vmware/soap/vim25.rb', line 33527 def m__this=(value) @v__this = value end |