Class: Virtuozzo::SOAP::Types::Processm::Execute::Stdio

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#errorObject

Returns the value of attribute error.



2654
2655
2656
# File 'lib/virtuozzo/soap/types/processm.rb', line 2654

def error
  @error
end

#inputObject

Returns the value of attribute input.



2652
2653
2654
# File 'lib/virtuozzo/soap/types/processm.rb', line 2652

def input
  @input
end

#mixedObject

Returns the value of attribute mixed.



2655
2656
2657
# File 'lib/virtuozzo/soap/types/processm.rb', line 2655

def mixed
  @mixed
end

#outputObject

Returns the value of attribute output.



2653
2654
2655
# File 'lib/virtuozzo/soap/types/processm.rb', line 2653

def output
  @output
end