Class: ReadPreviousTasksRequestType
- Inherits:
-
Object
- Object
- ReadPreviousTasksRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReadPreviousTasksRequestType
m__this - ManagedObjectReference
maxCount - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#maxCount ⇒ Object
Returns the value of attribute maxCount.
Instance Method Summary collapse
-
#initialize(v__this = nil, maxCount = nil) ⇒ ReadPreviousTasksRequestType
constructor
A new instance of ReadPreviousTasksRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, maxCount = nil) ⇒ ReadPreviousTasksRequestType
Returns a new instance of ReadPreviousTasksRequestType.
36276 36277 36278 36279 |
# File 'lib/vmware/soap/vim25.rb', line 36276 def initialize(v__this = nil, maxCount = nil) @v__this = v__this @maxCount = maxCount end |
Instance Attribute Details
#maxCount ⇒ Object
Returns the value of attribute maxCount.
36266 36267 36268 |
# File 'lib/vmware/soap/vim25.rb', line 36266 def maxCount @maxCount end |
Instance Method Details
#m__this ⇒ Object
36268 36269 36270 |
# File 'lib/vmware/soap/vim25.rb', line 36268 def m__this @v__this end |
#m__this=(value) ⇒ Object
36272 36273 36274 |
# File 'lib/vmware/soap/vim25.rb', line 36272 def m__this=(value) @v__this = value end |