Class: KeyValue

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



1409
1410
1411
# File 'lib/vmware/soap/vim25.rb', line 1409

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



1408
1409
1410
# File 'lib/vmware/soap/vim25.rb', line 1408

def dynamicType
  @dynamicType
end

#keyObject

Returns the value of attribute key.



1410
1411
1412
# File 'lib/vmware/soap/vim25.rb', line 1410

def key
  @key
end

#valueObject

Returns the value of attribute value.



1411
1412
1413
# File 'lib/vmware/soap/vim25.rb', line 1411

def value
  @value
end