Class: Virtuozzo::SOAP::Types::Sessionm::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.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.
242 243 244 245 246 247 248 249 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 242 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.
235 236 237 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 235 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
237 238 239 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 237 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
239 240 241 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 239 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
240 241 242 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 240 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
238 239 240 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 238 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
236 237 238 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 236 def zombie @zombie end |