Class: RestrictedVersion
- Inherits:
-
C_SecurityError
- Object
- MethodFault
- RuntimeFault
- C_SecurityError
- RestrictedVersion
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RestrictedVersion
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 = []) ⇒ RestrictedVersion
constructor
A new instance of RestrictedVersion.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ RestrictedVersion
Returns a new instance of RestrictedVersion.
29609 29610 29611 29612 |
# File 'lib/vmware/soap/vim25.rb', line 29609 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
29607 29608 29609 |
# File 'lib/vmware/soap/vim25.rb', line 29607 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
29606 29607 29608 |
# File 'lib/vmware/soap/vim25.rb', line 29606 def dynamicType @dynamicType end |