Class: RevertToCurrentSnapshot_TaskResponse

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

Overview

urn:vim25RevertToCurrentSnapshot_TaskResponse

returnval - ManagedObjectReference

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(returnval = nil) ⇒ RevertToCurrentSnapshot_TaskResponse

Returns a new instance of RevertToCurrentSnapshot_TaskResponse.



43045
43046
43047
# File 'lib/vmware/soap/vim25.rb', line 43045

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

Instance Attribute Details

#returnvalObject

Returns the value of attribute returnval.



43043
43044
43045
# File 'lib/vmware/soap/vim25.rb', line 43043

def returnval
  @returnval
end