Class: RevertToSnapshot_TaskResponse

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

Overview

urn:vim25RevertToSnapshot_TaskResponse

returnval - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(returnval = nil) ⇒ RevertToSnapshot_TaskResponse

Returns a new instance of RevertToSnapshot_TaskResponse.



44235
44236
44237
# File 'lib/vmware/soap/vim25.rb', line 44235

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

Instance Attribute Details

#returnvalObject

Returns the value of attribute returnval.



44233
44234
44235
# File 'lib/vmware/soap/vim25.rb', line 44233

def returnval
  @returnval
end