Class: Virtuozzo::SOAP::Types::Processm::VzaprocessmType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Processm::VzaprocessmType
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaprocessmvzaprocessmType
configuration - Virtuozzo::SOAP::Types::Processm::ConfigurationType
ok - Virtuozzo::SOAP::Types::Processm::VzaprocessmType::Ok
error - Virtuozzo::SOAP::Types::Processm::VzaprocessmType::Error
kill - Virtuozzo::SOAP::Types::Processm::Kill
Defined Under Namespace
Instance Attribute Summary collapse
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#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 = [], kill = []) ⇒ VzaprocessmType
constructor
A new instance of VzaprocessmType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], kill = []) ⇒ VzaprocessmType
Returns a new instance of VzaprocessmType.
221 222 223 224 225 226 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 221 def initialize(configuration = nil, ok = [], error = [], kill = []) @configuration = configuration @ok = ok @error = error @kill = kill end |
Instance Attribute Details
#configuration ⇒ Object
Returns the value of attribute configuration.
216 217 218 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 216 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
218 219 220 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 218 def error @error end |
#kill ⇒ Object
Returns the value of attribute kill.
219 220 221 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 219 def kill @kill end |
#ok ⇒ Object
Returns the value of attribute ok.
217 218 219 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 217 def ok @ok end |