Class: Virtuozzo::SOAP::Types::Sessionm::ProcessesType

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



242
243
244
245
246
247
248
249
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 242

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.



235
236
237
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 235

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



237
238
239
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 237

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



239
240
241
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 239

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



240
241
242
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 240

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



238
239
240
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 238

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



236
237
238
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 236

def zombie
  @zombie
end