Class: ProcessExecuter::Options::RunOptions

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

Overview

Define options for ProcessExecuter.run

Direct Known Subclasses

RunWithCaptureOptions

Constant Summary

Constants inherited from SpawnOptions

SpawnOptions::SPAWN_OPTIONS

Method Summary

Methods inherited from SpawnOptions

#redirection?, #spawn_options, #std_redirection?, #stderr_redirection?, #stderr_redirection_destination, #stderr_redirection_source, #stdout_redirection?, #stdout_redirection_destination, #stdout_redirection_source

Methods inherited from Base

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

Constructor Details

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