Class: PropertyChange
- Inherits:
-
DynamicData
- Object
- DynamicData
- PropertyChange
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25PropertyChange
dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
name - SOAP::SOAPString
op - PropertyChangeOp
val - (any)
Instance Attribute Summary collapse
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#op ⇒ Object
Returns the value of attribute op.
-
#val ⇒ Object
Returns the value of attribute val.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, op = nil, val = nil) ⇒ PropertyChange
constructor
A new instance of PropertyChange.
Constructor Details
#initialize(dynamicType = nil, dynamicProperty = [], name = nil, op = nil, val = nil) ⇒ PropertyChange
Returns a new instance of PropertyChange.
237 238 239 240 241 242 243 |
# File 'lib/vmware/soap/vim25.rb', line 237 def initialize(dynamicType = nil, dynamicProperty = [], name = nil, op = nil, val = nil) @dynamicType = dynamicType @dynamicProperty = dynamicProperty @name = name @op = op @val = val end |
Instance Attribute Details
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
232 233 234 |
# File 'lib/vmware/soap/vim25.rb', line 232 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
231 232 233 |
# File 'lib/vmware/soap/vim25.rb', line 231 def dynamicType @dynamicType end |
#name ⇒ Object
Returns the value of attribute name.
233 234 235 |
# File 'lib/vmware/soap/vim25.rb', line 233 def name @name end |
#op ⇒ Object
Returns the value of attribute op.
234 235 236 |
# File 'lib/vmware/soap/vim25.rb', line 234 def op @op end |
#val ⇒ Object
Returns the value of attribute val.
235 236 237 |
# File 'lib/vmware/soap/vim25.rb', line 235 def val @val end |