Class: QueryPartitionCreateDescResponse
- Inherits:
-
Object
- Object
- QueryPartitionCreateDescResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryPartitionCreateDescResponse
returnval - HostDiagnosticPartitionCreateDescription
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ QueryPartitionCreateDescResponse
constructor
A new instance of QueryPartitionCreateDescResponse.
Constructor Details
#initialize(returnval = nil) ⇒ QueryPartitionCreateDescResponse
Returns a new instance of QueryPartitionCreateDescResponse.
43605 43606 43607 |
# File 'lib/vmware/soap/vim25.rb', line 43605 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
43603 43604 43605 |
# File 'lib/vmware/soap/vim25.rb', line 43603 def returnval @returnval end |