module Substation::Processor::Incoming

Supports incoming {Processor} instances

Public Instance Methods

result(_response) click to toggle source

The request passed on to the next processor in a {Chain}

@param [Response] _response

the response returned from invoking this processor

@return [Request]

the request passed on to the next processor in a {Chain}

@api private

Calls superclass method Substation::Processor#result
# File lib/substation/processor.rb, line 189
def result(_response)
  super.to_request
end