Class: CustomFieldValue

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

Overview

urn:vim25CustomFieldValue

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt

Direct Known Subclasses

CustomFieldStringValue

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], key = nil) ⇒ CustomFieldValue

Returns a new instance of CustomFieldValue.



703
704
705
706
707
# File 'lib/vmware/soap/vim25.rb', line 703

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



700
701
702
# File 'lib/vmware/soap/vim25.rb', line 700

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



699
700
701
# File 'lib/vmware/soap/vim25.rb', line 699

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



701
702
703
# File 'lib/vmware/soap/vim25.rb', line 701

def key
  @key
end