Class: EnableFeatureResponse
- Inherits:
-
Object
- Object
- EnableFeatureResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25EnableFeatureResponse
returnval - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ EnableFeatureResponse
constructor
A new instance of EnableFeatureResponse.
Constructor Details
#initialize(returnval = nil) ⇒ EnableFeatureResponse
Returns a new instance of EnableFeatureResponse.
42453 42454 42455 |
# File 'lib/vmware/soap/vim25.rb', line 42453 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42451 42452 42453 |
# File 'lib/vmware/soap/vim25.rb', line 42451 def returnval @returnval end |