Class: MoveHostInto_TaskResponse
- Inherits:
-
Object
- Object
- MoveHostInto_TaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveHostInto_TaskResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ MoveHostInto_TaskResponse
constructor
A new instance of MoveHostInto_TaskResponse.
Constructor Details
#initialize(returnval = nil) ⇒ MoveHostInto_TaskResponse
Returns a new instance of MoveHostInto_TaskResponse.
41727 41728 41729 |
# File 'lib/vmware/soap/vim25.rb', line 41727 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41725 41726 41727 |
# File 'lib/vmware/soap/vim25.rb', line 41725 def returnval @returnval end |