Class: QueryConfigOptionResponse
- Inherits:
-
Object
- Object
- QueryConfigOptionResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryConfigOptionResponse
returnval - VirtualMachineConfigOption
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ QueryConfigOptionResponse
constructor
A new instance of QueryConfigOptionResponse.
Constructor Details
#initialize(returnval = nil) ⇒ QueryConfigOptionResponse
Returns a new instance of QueryConfigOptionResponse.
41943 41944 41945 |
# File 'lib/vmware/soap/vim25.rb', line 41943 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41941 41942 41943 |
# File 'lib/vmware/soap/vim25.rb', line 41941 def returnval @returnval end |