Class: RemoveAllSnapshots_TaskResponse

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

Overview

urn:vim25RemoveAllSnapshots_TaskResponse

returnval - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(returnval = nil) ⇒ RemoveAllSnapshots_TaskResponse

Returns a new instance of RemoveAllSnapshots_TaskResponse.



43061
43062
43063
# File 'lib/vmware/soap/vim25.rb', line 43061

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

Instance Attribute Details

#returnvalObject

Returns the value of attribute returnval.



43059
43060
43061
# File 'lib/vmware/soap/vim25.rb', line 43059

def returnval
  @returnval
end