Method: Virtuozzo::SOAP::Types::Filer::ProcessesType#initialize

Defined in:
lib/virtuozzo/soap/types/filer.rb

#initialize(run = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ ProcessesType

Returns a new instance of ProcessesType.



309
310
311
312
313
314
315
316
# File 'lib/virtuozzo/soap/types/filer.rb', line 309

def initialize(run = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil)
  @run = run
  @zombie = zombie
  @sleep = sleep
  @uninterrupt = uninterrupt
  @stopped = stopped
  @total = total
end