Class: CustomFieldValue
- Inherits:
-
DynamicData
- Object
- DynamicData
- CustomFieldValue
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CustomFieldValue
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPInt
Direct Known Subclasses
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.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], key = nil) ⇒ CustomFieldValue
constructor
A new instance of CustomFieldValue.
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
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
700 701 702 |
# File 'lib/vmware/soap/vim25.rb', line 700 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
699 700 701 |
# File 'lib/vmware/soap/vim25.rb', line 699 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
701 702 703 |
# File 'lib/vmware/soap/vim25.rb', line 701 def key @key end |