Class: RunScheduledTaskRequestType
- Inherits:
-
Object
- Object
- RunScheduledTaskRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25RunScheduledTaskRequestType
m__this - ManagedObjectReference
Instance Method Summary collapse
-
#initialize(v__this = nil) ⇒ RunScheduledTaskRequestType
constructor
A new instance of RunScheduledTaskRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil) ⇒ RunScheduledTaskRequestType
Returns a new instance of RunScheduledTaskRequestType.
40058 40059 40060 |
# File 'lib/vmware/soap/vim25.rb', line 40058 def initialize(v__this = nil) @v__this = v__this end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
40050 40051 40052 |
# File 'lib/vmware/soap/vim25.rb', line 40050 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
40054 40055 40056 |
# File 'lib/vmware/soap/vim25.rb', line 40054 def m__this=(value) @v__this = value end |