Class: LabwareCreators::QuadrantSplitPlate
- Inherits:
-
StampedPlate
- Object
- Base
- StampedPlate
- LabwareCreators::QuadrantSplitPlate
- Defined in:
- app/models/labware_creators/quadrant_split_plate.rb
Overview
Splits a 384 well plate into four separate 96 well plates.
Instance Method Summary collapse
- #anchor ⇒ Object
-
#redirection_target ⇒ Sequencescape::Api::V2::Plate
We’ve created multiple plates, so we redirect to the parent.
Constructor Details
This class inherits a constructor from LabwareCreators::Base
Instance Method Details
#anchor ⇒ Object
18 19 20 |
# File 'app/models/labware_creators/quadrant_split_plate.rb', line 18 def anchor 'children_tab' end |
#redirection_target ⇒ Sequencescape::Api::V2::Plate
We’ve created multiple plates, so we redirect to the parent.
14 15 16 |
# File 'app/models/labware_creators/quadrant_split_plate.rb', line 14 def redirection_target parent end |