Class: Virtuozzo::SOAP::Types::ResLog::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ResLog::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/res_log.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.
248 249 250 251 252 253 254 255 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 248 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.
241 242 243 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 241 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
243 244 245 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 243 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
245 246 247 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 245 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
246 247 248 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 246 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
244 245 246 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 244 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
242 243 244 |
# File 'lib/virtuozzo/soap/types/res_log.rb', line 242 def zombie @zombie end |