Class: Virtuozzo::SOAP::Types::Authm::ProcessesType

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



238
239
240
241
242
243
244
245
# File 'lib/virtuozzo/soap/types/authm.rb', line 238

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.



231
232
233
# File 'lib/virtuozzo/soap/types/authm.rb', line 231

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



233
234
235
# File 'lib/virtuozzo/soap/types/authm.rb', line 233

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



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

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



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

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



234
235
236
# File 'lib/virtuozzo/soap/types/authm.rb', line 234

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



232
233
234
# File 'lib/virtuozzo/soap/types/authm.rb', line 232

def zombie
  @zombie
end