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