Class: WaitForUpdatesRequestType
- Inherits:
-
Object
- Object
- WaitForUpdatesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25WaitForUpdatesRequestType
m__this - ManagedObjectReference
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(v__this = nil, version = nil) ⇒ WaitForUpdatesRequestType
constructor
A new instance of WaitForUpdatesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, version = nil) ⇒ WaitForUpdatesRequestType
Returns a new instance of WaitForUpdatesRequestType.
29128 29129 29130 29131 |
# File 'lib/vmware/soap/vim25.rb', line 29128 def initialize(v__this = nil, version = nil) @v__this = v__this @version = version end |
Instance Attribute Details
#version ⇒ Object
Returns the value of attribute version.
29118 29119 29120 |
# File 'lib/vmware/soap/vim25.rb', line 29118 def version @version end |
Instance Method Details
#m__this ⇒ Object
29120 29121 29122 |
# File 'lib/vmware/soap/vim25.rb', line 29120 def m__this @v__this end |
#m__this=(value) ⇒ Object
29124 29125 29126 |
# File 'lib/vmware/soap/vim25.rb', line 29124 def m__this=(value) @v__this = value end |