Class: Virtuozzo::SOAP::Types::Support::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/support.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.
844 845 846 847 848 849 850 851 |
# File 'lib/virtuozzo/soap/types/support.rb', line 844 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.
837 838 839 |
# File 'lib/virtuozzo/soap/types/support.rb', line 837 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
839 840 841 |
# File 'lib/virtuozzo/soap/types/support.rb', line 839 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
841 842 843 |
# File 'lib/virtuozzo/soap/types/support.rb', line 841 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
842 843 844 |
# File 'lib/virtuozzo/soap/types/support.rb', line 842 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
840 841 842 |
# File 'lib/virtuozzo/soap/types/support.rb', line 840 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
838 839 840 |
# File 'lib/virtuozzo/soap/types/support.rb', line 838 def zombie @zombie end |