Class: Virtuozzo::SOAP::Drivers::Process::ExecuteResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Drivers::Process::ExecuteResponse
- Defined in:
- lib/virtuozzo/soap/drivers/process/types.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/processmexecuteResponse
exec - Virtuozzo::SOAP::Drivers::Process::Exec
Instance Attribute Summary collapse
-
#exec ⇒ Object
Returns the value of attribute exec.
Instance Method Summary collapse
-
#initialize(exec = nil) ⇒ ExecuteResponse
constructor
A new instance of ExecuteResponse.
Constructor Details
#initialize(exec = nil) ⇒ ExecuteResponse
Returns a new instance of ExecuteResponse.
2699 2700 2701 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2699 def initialize(exec = nil) @exec = exec end |
Instance Attribute Details
#exec ⇒ Object
Returns the value of attribute exec.
2697 2698 2699 |
# File 'lib/virtuozzo/soap/drivers/process/types.rb', line 2697 def exec @exec end |