Class: Virtuozzo::SOAP::Types::Processm::Execute::Stdio
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Processm::Execute::Stdio
- Defined in:
- lib/virtuozzo/soap/types/processm.rb
Overview
inner class for member: stdio http://www.swsoft.com/webservices/vzl/4.0.0/processmstdio
input - SOAP::SOAPBase64
output - (any)
error - (any)
mixed - (any)
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#input ⇒ Object
Returns the value of attribute input.
-
#mixed ⇒ Object
Returns the value of attribute mixed.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(input = nil, output = nil, error = nil, mixed = nil) ⇒ Stdio
constructor
A new instance of Stdio.
Constructor Details
#initialize(input = nil, output = nil, error = nil, mixed = nil) ⇒ Stdio
Returns a new instance of Stdio.
2657 2658 2659 2660 2661 2662 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2657 def initialize(input = nil, output = nil, error = nil, mixed = nil) @input = input @output = output @error = error @mixed = mixed end |
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error.
2654 2655 2656 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2654 def error @error end |
#input ⇒ Object
Returns the value of attribute input.
2652 2653 2654 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2652 def input @input end |
#mixed ⇒ Object
Returns the value of attribute mixed.
2655 2656 2657 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2655 def mixed @mixed end |
#output ⇒ Object
Returns the value of attribute output.
2653 2654 2655 |
# File 'lib/virtuozzo/soap/types/processm.rb', line 2653 def output @output end |