Class: Virtuozzo::SOAP::Types::Up2date::ProcessesType

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



1024
1025
1026
1027
1028
1029
1030
1031
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1024

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.



1017
1018
1019
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1017

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



1019
1020
1021
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1019

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



1021
1022
1023
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1021

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



1022
1023
1024
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1022

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



1020
1021
1022
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1020

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



1018
1019
1020
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1018

def zombie
  @zombie
end