Class: AuthorizationDescription
- Inherits:
-
DynamicData
- Object
- DynamicData
- AuthorizationDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AuthorizationDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
privilege - ElementDescription
privilegeGroup - ElementDescription
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#privilege ⇒ Object
Returns the value of attribute privilege.
-
#privilegeGroup ⇒ Object
Returns the value of attribute privilegeGroup.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], privilege = [], privilegeGroup = []) ⇒ AuthorizationDescription
constructor
A new instance of AuthorizationDescription.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], privilege = [], privilegeGroup = []) ⇒ AuthorizationDescription
Returns a new instance of AuthorizationDescription.
360 361 362 363 364 365 |
# File 'lib/vmware/soap/vim25.rb', line 360 def initialize(dynamicType = nil, dynamicProperty = [], privilege = [], privilegeGroup = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @privilege = privilege @privilegeGroup = privilegeGroup end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
356 357 358 |
# File 'lib/vmware/soap/vim25.rb', line 356 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
355 356 357 |
# File 'lib/vmware/soap/vim25.rb', line 355 def dynamicType @dynamicType end |
#privilege ⇒ Object
Returns the value of attribute privilege.
357 358 359 |
# File 'lib/vmware/soap/vim25.rb', line 357 def privilege @privilege end |
#privilegeGroup ⇒ Object
Returns the value of attribute privilegeGroup.
358 359 360 |
# File 'lib/vmware/soap/vim25.rb', line 358 def privilegeGroup @privilegeGroup end |