Class: Virtuozzo::SOAP::Types::Servicem::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Servicem::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/servicem.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.
271 272 273 274 275 276 277 278 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 271 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.
264 265 266 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 264 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
266 267 268 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 266 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
268 269 270 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 268 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
269 270 271 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 269 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
267 268 269 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 267 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
265 266 267 |
# File 'lib/virtuozzo/soap/types/servicem.rb', line 265 def zombie @zombie end |