Class: CheckForUpdatesResponse
- Inherits:
-
Object
- Object
- CheckForUpdatesResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CheckForUpdatesResponse
returnval - UpdateSet
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ CheckForUpdatesResponse
constructor
A new instance of CheckForUpdatesResponse.
Constructor Details
#initialize(returnval = nil) ⇒ CheckForUpdatesResponse
Returns a new instance of CheckForUpdatesResponse.
41575 41576 41577 |
# File 'lib/vmware/soap/vim25.rb', line 41575 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41573 41574 41575 |
# File 'lib/vmware/soap/vim25.rb', line 41573 def returnval @returnval end |