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

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/processmexecute

argv - SOAP::SOAPBase64
envp - SOAP::SOAPBase64
stream_mode - (any)
cred - Virtuozzo::SOAP::Types::Processm::Execute::Cred
stdio - Virtuozzo::SOAP::Types::Processm::Execute::Stdio

Defined Under Namespace

Classes: Cred, Stdio

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv = [], envp = [], stream_mode = nil, cred = nil, stdio = nil) ⇒ Execute

Returns a new instance of Execute.



2671
2672
2673
2674
2675
2676
2677
# File 'lib/virtuozzo/soap/types/processm.rb', line 2671

def initialize(argv = [], envp = [], stream_mode = nil, cred = nil, stdio = nil)
  @argv = argv
  @envp = envp
  @stream_mode = stream_mode
  @cred = cred
  @stdio = stdio
end

Instance Attribute Details

#argvObject

Returns the value of attribute argv.



2665
2666
2667
# File 'lib/virtuozzo/soap/types/processm.rb', line 2665

def argv
  @argv
end

#credObject

Returns the value of attribute cred.



2668
2669
2670
# File 'lib/virtuozzo/soap/types/processm.rb', line 2668

def cred
  @cred
end

#envpObject

Returns the value of attribute envp.



2666
2667
2668
# File 'lib/virtuozzo/soap/types/processm.rb', line 2666

def envp
  @envp
end

#stdioObject

Returns the value of attribute stdio.



2669
2670
2671
# File 'lib/virtuozzo/soap/types/processm.rb', line 2669

def stdio
  @stdio
end

#stream_modeObject

Returns the value of attribute stream_mode.



2667
2668
2669
# File 'lib/virtuozzo/soap/types/processm.rb', line 2667

def stream_mode
  @stream_mode
end