Class: Presenters::MinimalPcrPlatePresenter

Inherits:
MinimalPlatePresenter show all
Includes:
HasPrimerPanel
Defined in:
app/models/presenters/minimal_pcr_plate_presenter.rb

Overview

rubocop:todo Style/Documentation

Instance Method Summary collapse

Instance Method Details

#panel_nameString Originally defined in module HasPrimerPanel

The name of the primer panel specified on the submission

Returns:

  • (String)

    The specified primer panel

#pcr_durationString Originally defined in module HasPrimerPanel

Human readable duration of the PCR program

Returns:

  • (String)

    Duration of the configured program, eg. 45 minutes

#pcr_programString Originally defined in module HasPrimerPanel

The pcr program that the user should use based on the selected primer panel

Returns:

  • (String)

    The pcr program the user should select

#primer_panelObject Originally defined in module HasPrimerPanel