Class: Virtuozzo::SOAP::Types::Packagem::Ps_infoType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Packagem::Ps_infoType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesps_infoType
process - Virtuozzo::SOAP::Types::Packagem::Ps_infoType::C_Process
param_id - SOAP::SOAPString
run - SOAP::SOAPInt
idle - SOAP::SOAPInt
zombie - SOAP::SOAPInt
sleep - SOAP::SOAPInt
uninterrupt - SOAP::SOAPInt
stopped - SOAP::SOAPInt
total - SOAP::SOAPInt
Defined Under Namespace
Classes: C_Process
Instance Attribute Summary collapse
-
#idle ⇒ Object
Returns the value of attribute idle.
-
#param_id ⇒ Object
Returns the value of attribute param_id.
-
#process ⇒ Object
Returns the value of attribute process.
-
#run ⇒ Object
Returns the value of attribute run.
-
#sleep ⇒ Object
Returns the value of attribute sleep.
-
#stopped ⇒ Object
Returns the value of attribute stopped.
-
#total ⇒ Object
Returns the value of attribute total.
-
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
-
#zombie ⇒ Object
Returns the value of attribute zombie.
Instance Method Summary collapse
-
#initialize(process = [], param_id = [], run = nil, idle = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ Ps_infoType
constructor
A new instance of Ps_infoType.
Constructor Details
#initialize(process = [], param_id = [], run = nil, idle = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) ⇒ Ps_infoType
Returns a new instance of Ps_infoType.
1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1320 def initialize(process = [], param_id = [], run = nil, idle = nil, zombie = nil, sleep = nil, uninterrupt = nil, stopped = nil, total = nil) @process = process @param_id = param_id @run = run @idle = idle @zombie = zombie @sleep = sleep @uninterrupt = uninterrupt @stopped = stopped @total = total end |
Instance Attribute Details
#idle ⇒ Object
Returns the value of attribute idle.
1313 1314 1315 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1313 def idle @idle end |
#param_id ⇒ Object
Returns the value of attribute param_id.
1311 1312 1313 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1311 def param_id @param_id end |
#process ⇒ Object
Returns the value of attribute process.
1310 1311 1312 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1310 def process @process end |
#run ⇒ Object
Returns the value of attribute run.
1312 1313 1314 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1312 def run @run end |
#sleep ⇒ Object
Returns the value of attribute sleep.
1315 1316 1317 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1315 def sleep @sleep end |
#stopped ⇒ Object
Returns the value of attribute stopped.
1317 1318 1319 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1317 def stopped @stopped end |
#total ⇒ Object
Returns the value of attribute total.
1318 1319 1320 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1318 def total @total end |
#uninterrupt ⇒ Object
Returns the value of attribute uninterrupt.
1316 1317 1318 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1316 def uninterrupt @uninterrupt end |
#zombie ⇒ Object
Returns the value of attribute zombie.
1314 1315 1316 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 1314 def zombie @zombie end |