Class: RetrieveEntityPermissionsRequestType
- Inherits:
-
Object
- Object
- RetrieveEntityPermissionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrieveEntityPermissionsRequestType
m__this - ManagedObjectReference
entity - ManagedObjectReference
inherited - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#entity ⇒ Object
Returns the value of attribute entity.
-
#inherited ⇒ Object
Returns the value of attribute inherited.
Instance Method Summary collapse
-
#initialize(v__this = nil, entity = nil, inherited = nil) ⇒ RetrieveEntityPermissionsRequestType
constructor
A new instance of RetrieveEntityPermissionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, entity = nil, inherited = nil) ⇒ RetrieveEntityPermissionsRequestType
Returns a new instance of RetrieveEntityPermissionsRequestType.
33444 33445 33446 33447 33448 |
# File 'lib/vmware/soap/vim25.rb', line 33444 def initialize(v__this = nil, entity = nil, inherited = nil) @v__this = v__this @entity = entity @inherited = inherited end |
Instance Attribute Details
#entity ⇒ Object
Returns the value of attribute entity.
33433 33434 33435 |
# File 'lib/vmware/soap/vim25.rb', line 33433 def entity @entity end |
#inherited ⇒ Object
Returns the value of attribute inherited.
33434 33435 33436 |
# File 'lib/vmware/soap/vim25.rb', line 33434 def inherited @inherited end |
Instance Method Details
#m__this ⇒ Object
33436 33437 33438 |
# File 'lib/vmware/soap/vim25.rb', line 33436 def m__this @v__this end |
#m__this=(value) ⇒ Object
33440 33441 33442 |
# File 'lib/vmware/soap/vim25.rb', line 33440 def m__this=(value) @v__this = value end |