Module: Pipeline::InboxExtensions
- Defined in:
- app/models/pipeline/inbox_extensions.rb
Instance Method Summary collapse
-
#inputs(show_held_requests = false) ⇒ Object
Used by the Pipeline class to retrieve the list of requests that are coming into the pipeline.
Instance Method Details
#inputs(show_held_requests = false) ⇒ Object
Used by the Pipeline class to retrieve the list of requests that are coming into the pipeline.
4 5 6 |
# File 'app/models/pipeline/inbox_extensions.rb', line 4 def inputs(show_held_requests = false) ready_in_storage.send(show_held_requests ? :full_inbox : :pipeline_pending) end |