Class: Virtuozzo::SOAP::Types::Filer::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Filer::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/filer.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.
309 310 311 312 313 314 315 316 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 309 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.
302 303 304 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 302 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
304 305 306 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 304 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
306 307 308 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 306 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
307 308 309 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 307 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
305 306 307 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 305 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
303 304 305 |
# File 'lib/virtuozzo/soap/types/filer.rb', line 303 def zombie @zombie end |