Method: PatchIntegrityError#initialize

Defined in:
lib/vmware/soap/vim25.rb

#initialize(dynamicType = nil, dynamicProperty = [], text = nil) ⇒ PatchIntegrityError

Returns a new instance of PatchIntegrityError.



30337
30338
30339
30340
30341
# File 'lib/vmware/soap/vim25.rb', line 30337

def initialize(dynamicType = nil, dynamicProperty = [], text = nil)
  @dynamicType = dynamicType
  @dynamicProperty = dynamicProperty
  @text = text
end