Class: Virtuozzo::SOAP::Types::Devm::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Devm::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/devm.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.
920 921 922 923 924 925 926 927 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 920 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.
913 914 915 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 913 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
915 916 917 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 915 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
917 918 919 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 917 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
918 919 920 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 918 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
916 917 918 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 916 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
914 915 916 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 914 def zombie @zombie end |