Class: Presenters::PcrCyclesBinnedPlateUsingRequestMetadataPresenter
- Inherits:
-
PcrCyclesBinnedPlatePresenterBase
- Object
- PlatePresenter
- PcrCyclesBinnedPlatePresenterBase
- Presenters::PcrCyclesBinnedPlateUsingRequestMetadataPresenter
- Defined in:
- app/models/presenters/pcr_cycles_binned_plate_using_request_metadata_presenter.rb
Overview
This version of the PcrCyclesBinnedPlatePresenter fetches metadata from the Request poly_metadata.
Constant Summary collapse
- CURRENT_PLATE_INCLUDES =
include Presenters::Statemachine::Standard
'wells.aliquots,wells.qc_results,wells.aliquots.request.poly_metadata'
Instance Method Summary collapse
Instance Method Details
#current_plate_includes ⇒ Object
13 14 15 |
# File 'app/models/presenters/pcr_cycles_binned_plate_using_request_metadata_presenter.rb', line 13 def current_plate_includes CURRENT_PLATE_INCLUDES end |