Class: CustomizationSpecItem

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

Overview

urn:vim25CustomizationSpecItem

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
info - CustomizationSpecInfo
spec - CustomizationSpec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil) ⇒ CustomizationSpecItem

Returns a new instance of CustomizationSpecItem.



768
769
770
771
772
773
# File 'lib/vmware/soap/vim25.rb', line 768

def initialize(dynamicType = nil, dynamicProperty = [], info = nil, spec = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @info = info
  @spec = spec
end

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



764
765
766
# File 'lib/vmware/soap/vim25.rb', line 764

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



763
764
765
# File 'lib/vmware/soap/vim25.rb', line 763

def dynamicType
  @dynamicType
end

#infoObject

Returns the value of attribute info.



765
766
767
# File 'lib/vmware/soap/vim25.rb', line 765

def info
  @info
end

#specObject

Returns the value of attribute spec.



766
767
768
# File 'lib/vmware/soap/vim25.rb', line 766

def spec
  @spec
end