Class: Virtuozzo::SOAP::Types::Resourcem::ProcessesType

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



257
258
259
260
261
262
263
264
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 257

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.



250
251
252
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 250

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



252
253
254
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 252

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



254
255
256
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 254

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



255
256
257
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 255

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



253
254
255
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 253

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



251
252
253
# File 'lib/virtuozzo/soap/types/resourcem.rb', line 251

def zombie
  @zombie
end