Class: CustomFieldStringValue
- Inherits:
-
CustomFieldValue
- Object
- DynamicData
- CustomFieldValue
- CustomFieldStringValue
- 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
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#key ⇒ Object
Returns the value of attribute key.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, value = nil) ⇒ CustomFieldStringValue
constructor
A new instance of CustomFieldStringValue.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
717 718 719 |
# File 'lib/vmware/soap/vim25.rb', line 717 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
716 717 718 |
# File 'lib/vmware/soap/vim25.rb', line 716 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
718 719 720 |
# File 'lib/vmware/soap/vim25.rb', line 718 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
719 720 721 |
# File 'lib/vmware/soap/vim25.rb', line 719 def value @value end |