Class: DoesCustomizationSpecExistResponse
- Inherits:
-
Object
- Object
- DoesCustomizationSpecExistResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DoesCustomizationSpecExistResponse
returnval - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ DoesCustomizationSpecExistResponse
constructor
A new instance of DoesCustomizationSpecExistResponse.
Constructor Details
#initialize(returnval = nil) ⇒ DoesCustomizationSpecExistResponse
Returns a new instance of DoesCustomizationSpecExistResponse.
41787 41788 41789 |
# File 'lib/vmware/soap/vim25.rb', line 41787 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41785 41786 41787 |
# File 'lib/vmware/soap/vim25.rb', line 41785 def returnval @returnval end |