Class: Virtuozzo::SOAP::Types::Mailer::ProcessesType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/mailer.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesprocessesType

run - SOAP::SOAPInt
zombie - SOAP::SOAPInt
sleep - SOAP::SOAPInt
uninterrupt - SOAP::SOAPInt
stopped - SOAP::SOAPInt
total - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#runObject

Returns the value of attribute run.



206
207
208
# File 'lib/virtuozzo/soap/types/mailer.rb', line 206

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



208
209
210
# File 'lib/virtuozzo/soap/types/mailer.rb', line 208

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



210
211
212
# File 'lib/virtuozzo/soap/types/mailer.rb', line 210

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



211
212
213
# File 'lib/virtuozzo/soap/types/mailer.rb', line 211

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



209
210
211
# File 'lib/virtuozzo/soap/types/mailer.rb', line 209

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



207
208
209
# File 'lib/virtuozzo/soap/types/mailer.rb', line 207

def zombie
  @zombie
end