Class: CreateVMResponse
- Inherits:
-
Object
- Object
- CreateVMResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CreateVMResponse
returnval - ManagedObjectReference
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CreateVMResponse
constructor
A new instance of CreateVMResponse.
Constructor Details
permalink #initialize(returnval = nil) ⇒ CreateVMResponse
Returns a new instance of CreateVMResponse.
42093 42094 42095 |
# File 'lib/vmware/soap/vim25.rb', line 42093 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
permalink #returnval ⇒ Object
Returns the value of attribute returnval.
42091 42092 42093 |
# File 'lib/vmware/soap/vim25.rb', line 42091 def returnval @returnval end |