Class: Orocos::Process::CommandLine

Inherits:
Struct
  • Object
show all
Defined in:
lib/orocos/process.rb

Instance Attribute Summary collapse

Instance Attribute Details

#argsObject

Returns the value of attribute args

Returns:

  • (Object)

    the current value of args



878
879
880
# File 'lib/orocos/process.rb', line 878

def args
  @args
end

#commandObject

Returns the value of attribute command

Returns:

  • (Object)

    the current value of command



878
879
880
# File 'lib/orocos/process.rb', line 878

def command
  @command
end

#envObject

Returns the value of attribute env

Returns:

  • (Object)

    the current value of env



878
879
880
# File 'lib/orocos/process.rb', line 878

def env
  @env
end

#working_directoryObject

Returns the value of attribute working_directory

Returns:

  • (Object)

    the current value of working_directory



878
879
880
# File 'lib/orocos/process.rb', line 878

def working_directory
  @working_directory
end