Class: Virtuozzo::SOAP::Types::Mailer::ProcessesType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Mailer::ProcessesType
- Defined in:
- lib/virtuozzo/soap/types/mailer.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.
213 214 215 216 217 218 219 220 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 213 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.
206 207 208 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 206 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
208 209 210 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 208 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
210 211 212 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 210 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
211 212 213 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 211 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
209 210 211 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 209 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
207 208 209 |
# File 'lib/virtuozzo/soap/types/mailer.rb', line 207 def zombie @zombie end |