Class: EventArgument
- Inherits:
-
DynamicData
- Object
- DynamicData
- EventArgument
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EventArgument
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
Direct Known Subclasses
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ EventArgument
constructor
A new instance of EventArgument.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ EventArgument
Returns a new instance of EventArgument.
16487 16488 16489 16490 |
# File 'lib/vmware/soap/vim25.rb', line 16487 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16485 16486 16487 |
# File 'lib/vmware/soap/vim25.rb', line 16485 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16484 16485 16486 |
# File 'lib/vmware/soap/vim25.rb', line 16484 def dynamicType @dynamicType end |