Class: CopyDatastoreFile_TaskResponse
- Inherits:
-
Object
- Object
- CopyDatastoreFile_TaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CopyDatastoreFile_TaskResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CopyDatastoreFile_TaskResponse
constructor
A new instance of CopyDatastoreFile_TaskResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CopyDatastoreFile_TaskResponse
Returns a new instance of CopyDatastoreFile_TaskResponse.
42035 42036 42037 |
# File 'lib/vmware/soap/vim25.rb', line 42035 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42033 42034 42035 |
# File 'lib/vmware/soap/vim25.rb', line 42033 def returnval @returnval end |