Class: Container::WellPlate
- Inherits:
-
Container
- Object
- Container
- Container::WellPlate
- Defined in:
- app/models/container/well_plate.rb
Overview
The container whose physical nature is not defined. Used to aggregate CollectionObjects in space by providing them a shared data object to receive Identifiers. For example 2 ants on a pin with a CatalogNumber on it. If the container type is not defined we move the Identifier to the Container, so that both specimens can be referenced.
Class Method Summary collapse
Class Method Details
.dimensions ⇒ Object
5 6 7 |
# File 'app/models/container/well_plate.rb', line 5 def self.dimensions { x: 8, y: 12, z: 1} end |