Class: Virtuozzo::SOAP::Drivers::Process::Kill_

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

Overview

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

pid - SOAP::SOAPInt
signal - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(pid = [], signal = nil) ⇒ Kill_

Returns a new instance of Kill_.



2600
2601
2602
2603
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2600

def initialize(pid = [], signal = nil)
  @pid = pid
  @signal = signal
end

Instance Attribute Details

#pidObject

Returns the value of attribute pid.



2597
2598
2599
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2597

def pid
  @pid
end

#signalObject

Returns the value of attribute signal.



2598
2599
2600
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2598

def signal
  @signal
end