Class: CustomFieldStringValue

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

Overview

urn:vim25CustomFieldStringValue

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of CustomFieldStringValue.



721
722
723
724
725
726
# File 'lib/vmware/soap/vim25.rb', line 721

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

Instance Attribute Details

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



717
718
719
# File 'lib/vmware/soap/vim25.rb', line 717

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



716
717
718
# File 'lib/vmware/soap/vim25.rb', line 716

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



718
719
720
# File 'lib/vmware/soap/vim25.rb', line 718

def key
  @key
end

#valueObject

Returns the value of attribute value.



719
720
721
# File 'lib/vmware/soap/vim25.rb', line 719

def value
  @value
end