Class: KeyValue
- Inherits:
-
DynamicData
- Object
- DynamicData
- KeyValue
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25KeyValue
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
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) ⇒ KeyValue
constructor
A new instance of KeyValue.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, value = nil) ⇒ KeyValue
Returns a new instance of KeyValue.
1413 1414 1415 1416 1417 1418 |
# File 'lib/vmware/soap/vim25.rb', line 1413 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.
1409 1410 1411 |
# File 'lib/vmware/soap/vim25.rb', line 1409 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
1408 1409 1410 |
# File 'lib/vmware/soap/vim25.rb', line 1408 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
1410 1411 1412 |
# File 'lib/vmware/soap/vim25.rb', line 1410 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
1411 1412 1413 |
# File 'lib/vmware/soap/vim25.rb', line 1411 def value @value end |