Class: OrAlarmExpression
- Inherits:
-
AlarmExpression
- Object
- DynamicData
- AlarmExpression
- OrAlarmExpression
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25OrAlarmExpression
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
expression - AlarmExpression
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#expression ⇒ Object
Returns the value of attribute expression.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], expression = []) ⇒ OrAlarmExpression
constructor
A new instance of OrAlarmExpression.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], expression = []) ⇒ OrAlarmExpression
Returns a new instance of OrAlarmExpression.
2981 2982 2983 2984 2985 |
# File 'lib/vmware/soap/vim25.rb', line 2981 def initialize(dynamicType = nil, dynamicProperty = [], expression = []) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @expression = expression end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
2978 2979 2980 |
# File 'lib/vmware/soap/vim25.rb', line 2978 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
2977 2978 2979 |
# File 'lib/vmware/soap/vim25.rb', line 2977 def dynamicType @dynamicType end |
#expression ⇒ Object
Returns the value of attribute expression.
2979 2980 2981 |
# File 'lib/vmware/soap/vim25.rb', line 2979 def expression @expression end |