Class: RemoveScheduledTaskRequestType
- Inherits:
-
Object
- Object
- RemoveScheduledTaskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RemoveScheduledTaskRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RemoveScheduledTaskRequestType
constructor
A new instance of RemoveScheduledTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil) ⇒ RemoveScheduledTaskRequestType
Returns a new instance of RemoveScheduledTaskRequestType.
40022 40023 40024 |
# File 'lib/vmware/soap/vim25.rb', line 40022 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
#m__this ⇒ Object
40014 40015 40016 |
# File 'lib/vmware/soap/vim25.rb', line 40014 def m__this @v__this end |
#m__this=(value) ⇒ Object
40018 40019 40020 |
# File 'lib/vmware/soap/vim25.rb', line 40018 def m__this=(value) @v__this = value end |