Class: ReadNextEventsRequestType
- Inherits:
-
Object
- Object
- ReadNextEventsRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25ReadNextEventsRequestType
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) ⇒ ReadNextEventsRequestType
constructor
A new instance of ReadNextEventsRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
#initialize(v__this = nil, maxCount = nil) ⇒ ReadNextEventsRequestType
Returns a new instance of ReadNextEventsRequestType.
37467 37468 37469 37470 |
# File 'lib/vmware/soap/vim25.rb', line 37467 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.
37457 37458 37459 |
# File 'lib/vmware/soap/vim25.rb', line 37457 def maxCount @maxCount end |
Instance Method Details
#m__this ⇒ Object
37459 37460 37461 |
# File 'lib/vmware/soap/vim25.rb', line 37459 def m__this @v__this end |
#m__this=(value) ⇒ Object
37463 37464 37465 |
# File 'lib/vmware/soap/vim25.rb', line 37463 def m__this=(value) @v__this = value end |