Class: ExtendedEventPair
- Inherits:
-
DynamicData
- Object
- DynamicData
- ExtendedEventPair
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ExtendedEventPair
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) ⇒ ExtendedEventPair
constructor
A new instance of ExtendedEventPair.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], key = nil, value = nil) ⇒ ExtendedEventPair
Returns a new instance of ExtendedEventPair.
16472 16473 16474 16475 16476 16477 |
# File 'lib/vmware/soap/vim25.rb', line 16472 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.
16468 16469 16470 |
# File 'lib/vmware/soap/vim25.rb', line 16468 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16467 16468 16469 |
# File 'lib/vmware/soap/vim25.rb', line 16467 def dynamicType @dynamicType end |
#key ⇒ Object
Returns the value of attribute key.
16469 16470 16471 |
# File 'lib/vmware/soap/vim25.rb', line 16469 def key @key end |
#value ⇒ Object
Returns the value of attribute value.
16470 16471 16472 |
# File 'lib/vmware/soap/vim25.rb', line 16470 def value @value end |