Class: Transfer::FromPlateToSpecificTubes
- Inherits:
-
BetweenPlateAndTubes
- Object
- ActiveRecord::Base
- ApplicationRecord
- Transfer
- BetweenPlateAndTubes
- Transfer::FromPlateToSpecificTubes
- Defined in:
- app/models/transfer/from_plate_to_specific_tubes.rb
Constant Summary
Constants inherited from BetweenPlateAndTubes
BetweenPlateAndTubes::DESTINATION_INCLUDES
Instance Attribute Summary collapse
-
#targets ⇒ Object
NOTE: This class appears to have been unused since July 2014.
Method Summary
Methods inherited from BetweenPlateAndTubes
Methods included from ControlledDestinations
Methods inherited from Transfer
Methods included from Uuid::Uuidable
included, #unsaved_uuid!, #uuid
Methods inherited from ApplicationRecord
alias_association, convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!
Methods included from Squishify
Instance Attribute Details
#targets ⇒ Object
NOTE: This class appears to have been unused since July 2014. We still have persistent models in the database, so need to make sure records are updated when we strip this out. However, as far as I can tell, we should be able to convert existing records to Transfer::BetweenPlateAndTubes with no side effects, as all the behaviour contained within here only affects the after_create callbacks. Additionally: Remove ant transfer template using this class.
11 12 13 |
# File 'app/models/transfer/from_plate_to_specific_tubes.rb', line 11 def targets @targets end |