Class: Virtuozzo::SOAP::Types::Envm::ProcessesType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/envm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesprocessesType

run - SOAP::SOAPInt
zombie - SOAP::SOAPInt
sleep - SOAP::SOAPInt
uninterrupt - SOAP::SOAPInt
stopped - SOAP::SOAPInt
total - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ProcessesType.



482
483
484
485
486
487
488
489
# File 'lib/virtuozzo/soap/types/envm.rb', line 482

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

Instance Attribute Details

#runObject

Returns the value of attribute run.



475
476
477
# File 'lib/virtuozzo/soap/types/envm.rb', line 475

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



477
478
479
# File 'lib/virtuozzo/soap/types/envm.rb', line 477

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



479
480
481
# File 'lib/virtuozzo/soap/types/envm.rb', line 479

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



480
481
482
# File 'lib/virtuozzo/soap/types/envm.rb', line 480

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



478
479
480
# File 'lib/virtuozzo/soap/types/envm.rb', line 478

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



476
477
478
# File 'lib/virtuozzo/soap/types/envm.rb', line 476

def zombie
  @zombie
end