Class: DisableFeatureResponse
- Inherits:
-
Object
- Object
- DisableFeatureResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25DisableFeatureResponse
returnval - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ DisableFeatureResponse
constructor
A new instance of DisableFeatureResponse.
Constructor Details
#initialize(returnval = nil) ⇒ DisableFeatureResponse
Returns a new instance of DisableFeatureResponse.
42463 42464 42465 |
# File 'lib/vmware/soap/vim25.rb', line 42463 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42461 42462 42463 |
# File 'lib/vmware/soap/vim25.rb', line 42461 def returnval @returnval end |