Class: EventDescription
- Inherits:
-
DynamicData
- Object
- DynamicData
- EventDescription
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EventDescription
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
category - ElementDescription
eventInfo - EventDescriptionEventDetail
Instance Attribute Summary collapse
-
#category ⇒ Object
Returns the value of attribute category.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#eventInfo ⇒ Object
Returns the value of attribute eventInfo.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], category = [], eventInfo = []) ⇒ EventDescription
constructor
A new instance of EventDescription.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], category = [], eventInfo = []) ⇒ EventDescription
Returns a new instance of EventDescription.
16763 16764 16765 16766 16767 16768 |
# File 'lib/vmware/soap/vim25.rb', line 16763 def initialize(dynamicType = nil, dynamicProperty = [], category = [], eventInfo = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @category = category @eventInfo = eventInfo end |
Instance Attribute Details
#category ⇒ Object
Returns the value of attribute category.
16760 16761 16762 |
# File 'lib/vmware/soap/vim25.rb', line 16760 def category @category end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
16759 16760 16761 |
# File 'lib/vmware/soap/vim25.rb', line 16759 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
16758 16759 16760 |
# File 'lib/vmware/soap/vim25.rb', line 16758 def dynamicType @dynamicType end |
#eventInfo ⇒ Object
Returns the value of attribute eventInfo.
16761 16762 16763 |
# File 'lib/vmware/soap/vim25.rb', line 16761 def eventInfo @eventInfo end |