Class: PatchBinariesNotFound
- Inherits:
-
VimFault
- Object
- MethodFault
- VimFault
- PatchBinariesNotFound
- 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
-
#binary ⇒ Object
Returns the value of attribute binary.
-
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
-
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
-
#patchID ⇒ Object
Returns the value of attribute patchID.
Instance Method Summary collapse
-
#initialize(dynamicType = nil, dynamicProperty = [], patchID = nil, binary = []) ⇒ PatchBinariesNotFound
constructor
A new instance of PatchBinariesNotFound.
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
#binary ⇒ Object
Returns the value of attribute binary.
31707 31708 31709 |
# File 'lib/vmware/soap/vim25.rb', line 31707 def binary @binary end |
#dynamicProperty ⇒ Object
Returns the value of attribute dynamicProperty.
31705 31706 31707 |
# File 'lib/vmware/soap/vim25.rb', line 31705 def dynamicProperty @dynamicProperty end |
#dynamicType ⇒ Object
Returns the value of attribute dynamicType.
31704 31705 31706 |
# File 'lib/vmware/soap/vim25.rb', line 31704 def dynamicType @dynamicType end |
#patchID ⇒ Object
Returns the value of attribute patchID.
31706 31707 31708 |
# File 'lib/vmware/soap/vim25.rb', line 31706 def patchID @patchID end |