Class: Virtuozzo::SOAP::Types::Processm::ExecuteResponse
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::ExecuteResponse
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
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.
2701 2702 2703 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2701 def initialize(exec = nil) @exec = exec end |
Instance Attribute Details
#exec ⇒ Object
Returns the value of attribute exec.
2699 2700 2701 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2699 def exec @exec end |