Class: CheckLicenseFeatureResponse
- Inherits:
-
Object
- Object
- CheckLicenseFeatureResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CheckLicenseFeatureResponse
returnval - SOAP::SOAPBoolean
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CheckLicenseFeatureResponse
constructor
A new instance of CheckLicenseFeatureResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CheckLicenseFeatureResponse
Returns a new instance of CheckLicenseFeatureResponse.
42443 42444 42445 |
# File 'lib/vmware/soap/vim25.rb', line 42443 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42441 42442 42443 |
# File 'lib/vmware/soap/vim25.rb', line 42441 def returnval @returnval end |