Class: CreateSnapshot_TaskResponse
- Inherits:
-
Object
- Object
- CreateSnapshot_TaskResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateSnapshot_TaskResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CreateSnapshot_TaskResponse
constructor
A new instance of CreateSnapshot_TaskResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CreateSnapshot_TaskResponse
Returns a new instance of CreateSnapshot_TaskResponse.
43029 43030 43031 |
# File 'lib/vmware/soap/vim25.rb', line 43029 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
43027 43028 43029 |
# File 'lib/vmware/soap/vim25.rb', line 43027 def returnval @returnval end |