Class: MoveIntoFolder_TaskResponse
- Inherits:
-
Object
- Object
- MoveIntoFolder_TaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25MoveIntoFolder_TaskResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ MoveIntoFolder_TaskResponse
constructor
A new instance of MoveIntoFolder_TaskResponse.
Constructor Details
#initialize(returnval = nil) ⇒ MoveIntoFolder_TaskResponse
Returns a new instance of MoveIntoFolder_TaskResponse.
42083 42084 42085 |
# File 'lib/vmware/soap/vim25.rb', line 42083 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42081 42082 42083 |
# File 'lib/vmware/soap/vim25.rb', line 42081 def returnval @returnval end |