Class: UnregisterAndDestroy_TaskResponse

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

Overview

urn:vim25UnregisterAndDestroy_TaskResponse

returnval - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(returnval = nil) ⇒ UnregisterAndDestroy_TaskResponse

Returns a new instance of UnregisterAndDestroy_TaskResponse.



42189
42190
42191
# File 'lib/vmware/soap/vim25.rb', line 42189

def initialize(returnval = nil)
  @returnval = returnval
end

Instance Attribute Details

#returnvalObject

Returns the value of attribute returnval.



42187
42188
42189
# File 'lib/vmware/soap/vim25.rb', line 42187

def returnval
  @returnval
end