Module: Substation::Chain::Outgoing

Included in:
Substation::Chain
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:



101
102
103
# File 'lib/substation/chain.rb', line 101

def result(response)
  response
end