Module: IlluminaHtp::Requests::LibraryCompletion::FailUpstream
- Defined in:
- app/models/illumina_htp/requests/library_completion.rb
Overview
When included in a request it fails the upstream request automatically when this request is failed.
Instance Method Summary collapse
Instance Method Details
#on_failed ⇒ Object
11 12 13 |
# File 'app/models/illumina_htp/requests/library_completion.rb', line 11 def on_failed asset.requests_as_target.each(&:failed_downstream!) end |