Class: ReadNextTasksRequestType
- Inherits:
-
Object
- Object
- ReadNextTasksRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReadNextTasksRequestType
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) ⇒ ReadNextTasksRequestType
constructor
A new instance of ReadNextTasksRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, maxCount = nil) ⇒ ReadNextTasksRequestType
Returns a new instance of ReadNextTasksRequestType.
36256 36257 36258 36259 |
# File 'lib/vmware/soap/vim25.rb', line 36256 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.
36246 36247 36248 |
# File 'lib/vmware/soap/vim25.rb', line 36246 def maxCount @maxCount end |
Instance Method Details
#m__this ⇒ Object
36248 36249 36250 |
# File 'lib/vmware/soap/vim25.rb', line 36248 def m__this @v__this end |
#m__this=(value) ⇒ Object
36252 36253 36254 |
# File 'lib/vmware/soap/vim25.rb', line 36252 def m__this=(value) @v__this = value end |