Class: CancelTaskRequestType
- Inherits:
-
Object
- Object
- CancelTaskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25CancelTaskRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ CancelTaskRequestType
constructor
A new instance of CancelTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ CancelTaskRequestType
Returns a new instance of CancelTaskRequestType.
36191 36192 36193 |
# File 'lib/vmware/soap/vim25.rb', line 36191 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
36183 36184 36185 |
# File 'lib/vmware/soap/vim25.rb', line 36183 def m__this @v__this end |
#m__this=(value) ⇒ Object
36187 36188 36189 |
# File 'lib/vmware/soap/vim25.rb', line 36187 def m__this=(value) @v__this = value end |