Class: OptionValue
- Inherits:
-
DynamicData
- Object
- DynamicData
- OptionValue
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25OptionValue
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
value - (any)
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) ⇒ OptionValue
constructor
A new instance of OptionValue.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, value = nil) ⇒ OptionValue
Returns a new instance of OptionValue.
22397 22398 22399 22400 22401 22402 |
# File 'lib/vmware/soap/vim25.rb', line 22397 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.
22393 22394 22395 |
# File 'lib/vmware/soap/vim25.rb', line 22393 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
22392 22393 22394 |
# File 'lib/vmware/soap/vim25.rb', line 22392 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
22394 22395 22396 |
# File 'lib/vmware/soap/vim25.rb', line 22394 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
22395 22396 22397 |
# File 'lib/vmware/soap/vim25.rb', line 22395 def value @value end |