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

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

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

Returns a new instance of ProcessesType.



920
921
922
923
924
925
926
927
# File 'lib/virtuozzo/soap/types/device.rb', line 920

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