Class: MoveInto_TaskResponse
- Inherits:
-
Object
- Object
- MoveInto_TaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveInto_TaskResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ MoveInto_TaskResponse
constructor
A new instance of MoveInto_TaskResponse.
Constructor Details
#initialize(returnval = nil) ⇒ MoveInto_TaskResponse
Returns a new instance of MoveInto_TaskResponse.
41711 41712 41713 |
# File 'lib/vmware/soap/vim25.rb', line 41711 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41709 41710 41711 |
# File 'lib/vmware/soap/vim25.rb', line 41709 def returnval @returnval end |