Class: RetrieveRolePermissionsRequestType
- Inherits:
-
Object
- Object
- RetrieveRolePermissionsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RetrieveRolePermissionsRequestType
m__this - ManagedObjectReference
roleId - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#roleId ⇒ Object
Returns the value of attribute roleId.
Instance Method Summary collapse
-
#initialize(v__this = nil, roleId = nil) ⇒ RetrieveRolePermissionsRequestType
constructor
A new instance of RetrieveRolePermissionsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, roleId = nil) ⇒ RetrieveRolePermissionsRequestType
Returns a new instance of RetrieveRolePermissionsRequestType.
33422 33423 33424 33425 |
# File 'lib/vmware/soap/vim25.rb', line 33422 def initialize(v__this = nil, roleId = nil) @v__this = v__this @roleId = roleId end |
Instance Attribute Details
#roleId ⇒ Object
Returns the value of attribute roleId.
33412 33413 33414 |
# File 'lib/vmware/soap/vim25.rb', line 33412 def roleId @roleId end |
Instance Method Details
#m__this ⇒ Object
33414 33415 33416 |
# File 'lib/vmware/soap/vim25.rb', line 33414 def m__this @v__this end |
#m__this=(value) ⇒ Object
33418 33419 33420 |
# File 'lib/vmware/soap/vim25.rb', line 33418 def m__this=(value) @v__this = value end |