Class: Virtuozzo::SOAP::Types::Firewallm::ProcessesType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/firewallm.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.



253
254
255
256
257
258
259
260
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 253

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.



246
247
248
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 246

def run
  @run
end

#sleepObject

Returns the value of attribute sleep.



248
249
250
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 248

def sleep
  @sleep
end

#stoppedObject

Returns the value of attribute stopped.



250
251
252
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 250

def stopped
  @stopped
end

#totalObject

Returns the value of attribute total.



251
252
253
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 251

def total
  @total
end

#uninterruptObject

Returns the value of attribute uninterrupt.



249
250
251
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 249

def uninterrupt
  @uninterrupt
end

#zombieObject

Returns the value of attribute zombie.



247
248
249
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 247

def zombie
  @zombie
end