Method: ProcessExecuter::DestinationBase#data_written
- Defined in:
- lib/process_executer/destination_base.rb
#data_written ⇒ Array<String> (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
The data written to the destination
28 29 30 |
# File 'lib/process_executer/destination_base.rb', line 28 def data_written @data_written end |