Module: Substation::Chain::Outgoing

Included in:
Substation::Chain, Processor::Outgoing
Defined in:
lib/substation/chain.rb

Overview

Supports chaining the Pivot or handlers processed after the Pivot

Instance Method Summary collapse

Instance Method Details

#result(response) ⇒ Response

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 response passed on to the next handler in a Substation::Chain

Parameters:

Returns:



99
100
101
# File 'lib/substation/chain.rb', line 99

def result(response)
  response
end