Class: CustomizationPrefixName

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

Overview

urn:vim25CustomizationPrefixName

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
base - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], base = nil) ⇒ CustomizationPrefixName

Returns a new instance of CustomizationPrefixName.



24605
24606
24607
24608
24609
# File 'lib/vmware/soap/vim25.rb', line 24605

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

Instance Attribute Details

#baseObject

Returns the value of attribute base.



24603
24604
24605
# File 'lib/vmware/soap/vim25.rb', line 24603

def base
  @base
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



24602
24603
24604
# File 'lib/vmware/soap/vim25.rb', line 24602

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



24601
24602
24603
# File 'lib/vmware/soap/vim25.rb', line 24601

def dynamicType
  @dynamicType
end