Class: WaitForUpdatesResponse
- Inherits:
-
Object
- Object
- WaitForUpdatesResponse
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25WaitForUpdatesResponse
returnval - UpdateSet
Instance Attribute Summary collapse
-
#returnval ⇒ Object
Returns the value of attribute returnval.
Instance Method Summary collapse
-
#initialize(returnval = nil) ⇒ WaitForUpdatesResponse
constructor
A new instance of WaitForUpdatesResponse.
Constructor Details
#initialize(returnval = nil) ⇒ WaitForUpdatesResponse
Returns a new instance of WaitForUpdatesResponse.
41585 41586 41587 |
# File 'lib/vmware/soap/vim25.rb', line 41585 def initialize(returnval = nil) @returnval = returnval end |
Instance Attribute Details
#returnval ⇒ Object
Returns the value of attribute returnval.
41583 41584 41585 |
# File 'lib/vmware/soap/vim25.rb', line 41583 def returnval @returnval end |