Class: Virtuozzo::SOAP::Types::Processm::ExecuteResponse

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

Overview

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/processm.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/processm.rb', line 2699

def exec
  @exec
end