Class: InvalidEvent
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- InvalidEvent
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25InvalidEvent
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
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 = []) ⇒ InvalidEvent
constructor
A new instance of InvalidEvent.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = []) ⇒ InvalidEvent
Returns a new instance of InvalidEvent.
30767 30768 30769 30770 |
# File 'lib/vmware/soap/vim25.rb', line 30767 def initialize(dynamicType = nil, dynamicProperty = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
30765 30766 30767 |
# File 'lib/vmware/soap/vim25.rb', line 30765 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
30764 30765 30766 |
# File 'lib/vmware/soap/vim25.rb', line 30764 def dynamicType @dynamicType end |