Class: Virtuozzo::SOAP::Types::Processm::Kill_
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Kill_
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/processmkill
pid - SOAP::SOAPInt
signal - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#signal ⇒ Object
Returns the value of attribute signal.
Instance Method Summary collapse
-
#initialize(pid = [], signal = nil) ⇒ Kill_
constructor
A new instance of Kill_.
Constructor Details
#initialize(pid = [], signal = nil) ⇒ Kill_
Returns a new instance of Kill_.
2602 2603 2604 2605 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2602 def initialize(pid = [], signal = nil) @pid = pid @signal = signal end |
Instance Attribute Details
#pid ⇒ Object
Returns the value of attribute pid.
2599 2600 2601 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2599 def pid @pid end |
#signal ⇒ Object
Returns the value of attribute signal.
2600 2601 2602 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2600 def signal @signal end |