Class: UpdateProgressRequestType
- Inherits:
-
Object
- Object
- UpdateProgressRequestType
- Defined in:
- lib/vmware/soap/vim25.rb
Overview
urn:vim25UpdateProgressRequestType
m__this - ManagedObjectReference
percentDone - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#percentDone ⇒ Object
Returns the value of attribute percentDone.
Instance Method Summary collapse
-
#initialize(v__this = nil, percentDone = nil) ⇒ UpdateProgressRequestType
constructor
A new instance of UpdateProgressRequestType.
- #m__this ⇒ Object
- #m__this=(value) ⇒ Object
Constructor Details
permalink #initialize(v__this = nil, percentDone = nil) ⇒ UpdateProgressRequestType
Returns a new instance of UpdateProgressRequestType.
36210 36211 36212 36213 |
# File 'lib/vmware/soap/vim25.rb', line 36210 def initialize(v__this = nil, percentDone = nil) @v__this = v__this @percentDone = percentDone end |
Instance Attribute Details
permalink #percentDone ⇒ Object
Returns the value of attribute percentDone.
36200 36201 36202 |
# File 'lib/vmware/soap/vim25.rb', line 36200 def percentDone @percentDone end |
Instance Method Details
permalink #m__this ⇒ Object
[View source]
36202 36203 36204 |
# File 'lib/vmware/soap/vim25.rb', line 36202 def m__this @v__this end |
permalink #m__this=(value) ⇒ Object
[View source]
36206 36207 36208 |
# File 'lib/vmware/soap/vim25.rb', line 36206 def m__this=(value) @v__this = value end |