Class: RemoveAllSnapshots_TaskResponse
- Inherits:
-
Object
- Object
- RemoveAllSnapshots_TaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveAllSnapshots_TaskResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ RemoveAllSnapshots_TaskResponse
constructor
A new instance of RemoveAllSnapshots_TaskResponse.
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
#returnval ⇒ Object
Returns the value of attribute returnval.
43059 43060 43061 |
# File 'lib/vmware/soap/vim25.rb', line 43059 def returnval @returnval end |