Method: UpdateProgressRequestType#initialize
- Defined in:
- lib/vmware/soap/vim25.rb
#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 |