Class: ProcessExecuter::Options::RunOptions

Inherits:
SpawnAndWaitOptions show all
Defined in:
lib/process_executer/options/run_options.rb

Overview

Define options for the ProcessExecuter.run

Constant Summary

Constants inherited from SpawnOptions

SpawnOptions::SPAWN_OPTIONS

Instance Attribute Summary

Attributes inherited from Base

#errors

Method Summary

Methods inherited from SpawnOptions

#redirection?, #spawn_options, #std_redirection?, #stderr_redirection?, #stderr_redirection_key, #stderr_redirection_value, #stdout_redirection?, #stdout_redirection_key, #stdout_redirection_value

Methods inherited from Base

#allowed_options, #each_with_object, #initialize, #inspect, #merge!, #to_h, #to_s, #with

Constructor Details

This class inherits a constructor from ProcessExecuter::Options::Base