Method: ProcessExecuter::DestinationBase#destination

Defined in:
lib/process_executer/destination_base.rb

#destinationObject (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 destination object this handler manages

Returns:

  • (Object)

    the destination object

[View source]

23
24
25
# File 'lib/process_executer/destination_base.rb', line 23

def destination
  @destination
end