Class: Virtuozzo::SOAP::Types::ProcInfo::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ProcInfo::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/proc_info.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.
198 199 200 201 202 203 204 205 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 198 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.
191 192 193 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 191 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
193 194 195 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 193 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
195 196 197 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 195 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
196 197 198 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 196 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
194 195 196 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 194 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
192 193 194 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 192 def zombie @zombie end |