Class: Virtuozzo::SOAP::Types::Devm::ProcessesType

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



920
921
922
923
924
925
926
927
# File 'lib/virtuozzo/soap/types/devm.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

Instance Attribute Details

#runObject

Returns the value of attribute run.



913
914
915
# File 'lib/virtuozzo/soap/types/devm.rb', line 913

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



915
916
917
# File 'lib/virtuozzo/soap/types/devm.rb', line 915

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



917
918
919
# File 'lib/virtuozzo/soap/types/devm.rb', line 917

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



918
919
920
# File 'lib/virtuozzo/soap/types/devm.rb', line 918

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



916
917
918
# File 'lib/virtuozzo/soap/types/devm.rb', line 916

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



914
915
916
# File 'lib/virtuozzo/soap/types/devm.rb', line 914

def zombie
  @zombie
end