Class: Virtuozzo::SOAP::Types::Processm::Exec
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Exec
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/processmexec
status - SOAP::SOAPInt
output - SOAP::SOAPBase64
error - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#output ⇒ Object
Returns the value of attribute output.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(status = nil, output = nil, error = nil) ⇒ Exec
constructor
A new instance of Exec.
Constructor Details
#initialize(status = nil, output = nil, error = nil) ⇒ Exec
Returns a new instance of Exec.
2689 2690 2691 2692 2693 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2689 def initialize(status = nil, output = nil, error = nil) @status = status @output = output @error = error end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
2687 2688 2689 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2687 def error @error end |
#output ⇒ Object
Returns the value of attribute output.
2686 2687 2688 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2686 def output @output end |
#status ⇒ Object
Returns the value of attribute status.
2685 2686 2687 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2685 def status @status end |