Class: Virtuozzo::SOAP::Types::Scheduler::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Scheduler::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
Overview
Instance Attribute Summary collapse
-
#run ⇒ Object
Returns the value of attribute run.
-
#sleep ⇒ Object
Returns the value of attribute sleep.
-
#stopped ⇒ Object
Returns the value of attribute stopped.
-
#total ⇒ Object
Returns the value of attribute total.
-
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
-
#zombie ⇒ Object
Returns the value of attribute zombie.
Instance Method Summary collapse
-
#initialize(run = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ ProcessesType
constructor
A new instance of ProcessesType.
Constructor Details
#initialize(run = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ ProcessesType
Returns a new instance of ProcessesType.
351 352 353 354 355 356 357 358 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 351 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
#run ⇒ Object
Returns the value of attribute run.
344 345 346 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 344 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
346 347 348 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 346 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
348 349 350 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 348 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
349 350 351 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 349 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
347 348 349 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 347 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
345 346 347 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 345 def zombie @zombie end |