Class: RestrictedVersion

Inherits:
C_SecurityError show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25RestrictedVersion

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



29607
29608
29609
# File 'lib/vmware/soap/vim25.rb', line 29607

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



29606
29607
29608
# File 'lib/vmware/soap/vim25.rb', line 29606

def dynamicType
  @dynamicType
end