Class: AuthMinimumAdminPermission
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- AuthMinimumAdminPermission
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25AuthMinimumAdminPermission
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ AuthMinimumAdminPermission
constructor
A new instance of AuthMinimumAdminPermission.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ AuthMinimumAdminPermission
Returns a new instance of AuthMinimumAdminPermission.
29712 29713 29714 29715 |
# File 'lib/vmware/soap/vim25.rb', line 29712 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29710 29711 29712 |
# File 'lib/vmware/soap/vim25.rb', line 29710 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29709 29710 29711 |
# File 'lib/vmware/soap/vim25.rb', line 29709 def dynamicType @dynamicType end |