Class: DoesCustomizationSpecExistResponse

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

Overview

urn:vim25DoesCustomizationSpecExistResponse

returnval - SOAP::SOAPBoolean

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#returnvalObject

Returns the value of attribute returnval.



41785
41786
41787
# File 'lib/vmware/soap/vim25.rb', line 41785

def returnval
  @returnval
end