Class: Virtuozzo::SOAP::Types::Process::ExecuteResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/process.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/processmexecuteResponse

exec - Virtuozzo::SOAP::Drivers::Process::Exec

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(exec = nil) ⇒ ExecuteResponse

Returns a new instance of ExecuteResponse.



2701
2702
2703
# File 'lib/virtuozzo/soap/types/process.rb', line 2701

def initialize(exec = nil)
  @exec = exec
end

Instance Attribute Details

#execObject

Returns the value of attribute exec.



2699
2700
2701
# File 'lib/virtuozzo/soap/types/process.rb', line 2699

def exec
  @exec
end