Class: QueryLicenseUsageResponse
- Inherits:
-
Object
- Object
- QueryLicenseUsageResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25QueryLicenseUsageResponse
returnval - LicenseUsageInfo
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ QueryLicenseUsageResponse
constructor
A new instance of QueryLicenseUsageResponse.
Constructor Details
#initialize(returnval = nil) ⇒ QueryLicenseUsageResponse
Returns a new instance of QueryLicenseUsageResponse.
42427 42428 42429 |
# File 'lib/vmware/soap/vim25.rb', line 42427 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
42425 42426 42427 |
# File 'lib/vmware/soap/vim25.rb', line 42425 def returnval @returnval end |