Class: PropertyChange

Inherits:
DynamicData show all
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

Instance Method Summary collapse

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

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



232
233
234
# File 'lib/vmware/soap/vim25.rb', line 232

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



231
232
233
# File 'lib/vmware/soap/vim25.rb', line 231

def dynamicType
  @dynamicType
end

#nameObject

Returns the value of attribute name.



233
234
235
# File 'lib/vmware/soap/vim25.rb', line 233

def name
  @name
end

#opObject

Returns the value of attribute op.



234
235
236
# File 'lib/vmware/soap/vim25.rb', line 234

def op
  @op
end

#valObject

Returns the value of attribute val.



235
236
237
# File 'lib/vmware/soap/vim25.rb', line 235

def val
  @val
end