Class: Virtuozzo::SOAP::Types::Networkm::ProcessesType

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



272
273
274
275
276
277
278
279
# File 'lib/virtuozzo/soap/types/networkm.rb', line 272

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.



265
266
267
# File 'lib/virtuozzo/soap/types/networkm.rb', line 265

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



267
268
269
# File 'lib/virtuozzo/soap/types/networkm.rb', line 267

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



269
270
271
# File 'lib/virtuozzo/soap/types/networkm.rb', line 269

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



270
271
272
# File 'lib/virtuozzo/soap/types/networkm.rb', line 270

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



268
269
270
# File 'lib/virtuozzo/soap/types/networkm.rb', line 268

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



266
267
268
# File 'lib/virtuozzo/soap/types/networkm.rb', line 266

def zombie
  @zombie
end