Class: Virtuozzo::SOAP::Types::Packagem::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/packagem.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.
878 879 880 881 882 883 884 885 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 878 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.
871 872 873 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 871 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
873 874 875 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 873 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
875 876 877 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 875 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
876 877 878 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 876 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
874 875 876 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 874 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
872 873 874 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 872 def zombie @zombie end |