Class: PatchBinariesNotFound

Inherits:
VimFault show all
Defined in:
lib/vmware/soap/vim25.rb

Overview

urn:vim25PatchBinariesNotFound

dynamicType - SOAP::SOAPString
dynamicProperty - DynamicProperty
patchID - SOAP::SOAPString
binary - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, binary = []) ⇒ PatchBinariesNotFound

Returns a new instance of PatchBinariesNotFound.



31709
31710
31711
31712
31713
31714
# File 'lib/vmware/soap/vim25.rb', line 31709

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

Instance Attribute Details

#binaryObject

Returns the value of attribute binary.



31707
31708
31709
# File 'lib/vmware/soap/vim25.rb', line 31707

def binary
  @binary
end

#dynamicPropertyObject

Returns the value of attribute dynamicProperty.



31705
31706
31707
# File 'lib/vmware/soap/vim25.rb', line 31705

def dynamicProperty
  @dynamicProperty
end

#dynamicTypeObject

Returns the value of attribute dynamicType.



31704
31705
31706
# File 'lib/vmware/soap/vim25.rb', line 31704

def dynamicType
  @dynamicType
end

#patchIDObject

Returns the value of attribute patchID.



31706
31707
31708
# File 'lib/vmware/soap/vim25.rb', line 31706

def patchID
  @patchID
end