Class: Virtuozzo::SOAP::Types::Backupm::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/backupm.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.
435 436 437 438 439 440 441 442 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 435 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.
428 429 430 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 428 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
430 431 432 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 430 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
432 433 434 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 432 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
433 434 435 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 433 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
431 432 433 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 431 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
429 430 431 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 429 def zombie @zombie end |