Class: LabwareCreators::MultiPlatePool

Inherits:
Base
  • Object
show all
Includes:
CustomPage, SupportParent::TaggedPlateOnly
Defined in:
app/models/labware_creators/multi_plate_pool.rb

Overview

Multiple parent plates are transferred onto a single child plate During this process wells are pooled according to the pre-capture pools specified at submission.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

This class inherits a constructor from LabwareCreators::Base

Instance Attribute Details

#transfersObject

Returns the value of attribute transfers.



11
12
13
# File 'app/models/labware_creators/multi_plate_pool.rb', line 11

def transfers
  @transfers
end

Instance Method Details

#parentObject Originally defined in module SupportParent::TaggedPlateOnly