Class: CancelWaitForUpdatesRequestType
- Inherits:
-
Object
- Object
- CancelWaitForUpdatesRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CancelWaitForUpdatesRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ CancelWaitForUpdatesRequestType
constructor
A new instance of CancelWaitForUpdatesRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil) ⇒ CancelWaitForUpdatesRequestType
Returns a new instance of CancelWaitForUpdatesRequestType.
29145 29146 29147 |
# File 'lib/vmware/soap/vim25.rb', line 29145 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
29137 29138 29139 |
# File 'lib/vmware/soap/vim25.rb', line 29137 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
29141 29142 29143 |
# File 'lib/vmware/soap/vim25.rb', line 29141 def m__this=(value) @v__this = value end |