Class: CreateTaskResponse
- Inherits:
-
Object
- Object
- CreateTaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateTaskResponse
returnval - TaskInfo
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CreateTaskResponse
constructor
A new instance of CreateTaskResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CreateTaskResponse
Returns a new instance of CreateTaskResponse.
42813 42814 42815 |
# File 'lib/vmware/soap/vim25.rb', line 42813 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42811 42812 42813 |
# File 'lib/vmware/soap/vim25.rb', line 42811 def returnval @returnval end |