Class: Virtuozzo::SOAP::Types::Processm::ProcessmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Processm::ProcessmType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/processmprocessmType
configuration - Virtuozzo::SOAP::Types::Processm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Processm::ProcessmType::Ok
error - Virtuozzo::SOAP::Types::Processm::ProcessmType::Error
execute - Virtuozzo::SOAP::Types::Processm::Execute
kill - Virtuozzo::SOAP::Types::Processm::Kill_
exec - Virtuozzo::SOAP::Types::Processm::Exec
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#exec ⇒ Object
Returns the value of attribute exec.
-
#execute ⇒ Object
Returns the value of attribute execute.
-
#kill ⇒ Object
Returns the value of attribute kill.
-
#ok ⇒ Object
Returns the value of attribute ok.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], execute = [], kill = [], exec = []) ⇒ ProcessmType
constructor
A new instance of ProcessmType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], execute = [], kill = [], exec = []) ⇒ ProcessmType
Returns a new instance of ProcessmType.
316 317 318 319 320 321 322 323 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 316 def initialize(configuration = nil, ok = [], error = [], execute = [], kill = [], exec = []) @configuration = configuration @ok = ok @error = error @execute = execute @kill = kill @exec = exec end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
309 310 311 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 309 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
311 312 313 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 311 def error @error end |
#exec ⇒ Object
Returns the value of attribute exec.
314 315 316 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 314 def exec @exec end |
#execute ⇒ Object
Returns the value of attribute execute.
312 313 314 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 312 def execute @execute end |
#kill ⇒ Object
Returns the value of attribute kill.
313 314 315 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 313 def kill @kill end |
#ok ⇒ Object
Returns the value of attribute ok.
310 311 312 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 310 def ok @ok end |