Class: Virtuozzo::SOAP::Types::Packagem::ProcessesType

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



878
879
880
881
882
883
884
885
# File 'lib/virtuozzo/soap/types/packagem.rb', line 878

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.



871
872
873
# File 'lib/virtuozzo/soap/types/packagem.rb', line 871

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



873
874
875
# File 'lib/virtuozzo/soap/types/packagem.rb', line 873

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



875
876
877
# File 'lib/virtuozzo/soap/types/packagem.rb', line 875

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



876
877
878
# File 'lib/virtuozzo/soap/types/packagem.rb', line 876

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



874
875
876
# File 'lib/virtuozzo/soap/types/packagem.rb', line 874

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



872
873
874
# File 'lib/virtuozzo/soap/types/packagem.rb', line 872

def zombie
  @zombie
end