Module: Substation::Processor::Outgoing
- Includes:
- Substation::Processor
- Included in:
- Transformer::Outgoing
- Defined in:
- lib/substation/processor.rb
Overview
Supports outgoing Substation::Processor instances
Instance Method Summary collapse
-
#success?(_response) ⇒ true
private
Test wether chain processing should continue.
Methods included from Substation::Processor
Instance Method Details
#success?(_response) ⇒ true
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.
Test wether chain processing should continue
212 213 214 |
# File 'lib/substation/processor.rb', line 212 def success?(_response) true end |