Class: OptionValue

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

Overview

urn:vim25OptionValue

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
key - SOAP::SOAPString
value - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



22393
22394
22395
# File 'lib/vmware/soap/vim25.rb', line 22393

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



22392
22393
22394
# File 'lib/vmware/soap/vim25.rb', line 22392

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



22394
22395
22396
# File 'lib/vmware/soap/vim25.rb', line 22394

def key
  @key
end

#valueObject

Returns the value of attribute value.



22395
22396
22397
# File 'lib/vmware/soap/vim25.rb', line 22395

def value
  @value
end