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/vza/4.0.0/vzaprocessmkill
eid - (any)
pid - SOAP::SOAPInt
signal - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#eid ⇒ Object
Returns the value of attribute eid.
-
#pid ⇒ Object
Returns the value of attribute pid.
-
#signal ⇒ Object
Returns the value of attribute signal.
Instance Method Summary collapse
-
#initialize(eid = nil, pid = [], signal = nil) ⇒ Kill
constructor
A new instance of Kill.
Constructor Details
#initialize(eid = nil, pid = [], signal = nil) ⇒ Kill
Returns a new instance of Kill.
2417 2418 2419 2420 2421 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2417 def initialize(eid = nil, pid = [], signal = nil) @eid = eid @pid = pid @signal = signal end |
Instance Attribute Details
#eid ⇒ Object
Returns the value of attribute eid.
2413 2414 2415 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2413 def eid @eid end |
#pid ⇒ Object
Returns the value of attribute pid.
2414 2415 2416 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2414 def pid @pid end |
#signal ⇒ Object
Returns the value of attribute signal.
2415 2416 2417 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2415 def signal @signal end |