Class: Virtuozzo::SOAP::Types::Support::ProcessesType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/support.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.



844
845
846
847
848
849
850
851
# File 'lib/virtuozzo/soap/types/support.rb', line 844

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.



837
838
839
# File 'lib/virtuozzo/soap/types/support.rb', line 837

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



839
840
841
# File 'lib/virtuozzo/soap/types/support.rb', line 839

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



841
842
843
# File 'lib/virtuozzo/soap/types/support.rb', line 841

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



842
843
844
# File 'lib/virtuozzo/soap/types/support.rb', line 842

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



840
841
842
# File 'lib/virtuozzo/soap/types/support.rb', line 840

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



838
839
840
# File 'lib/virtuozzo/soap/types/support.rb', line 838

def zombie
  @zombie
end