Class: Transfer::FromPlateToSpecificTubes

Inherits:
BetweenPlateAndTubes show all
Defined in:
app/models/transfer/from_plate_to_specific_tubes.rb

Constant Summary

Constants inherited from BetweenPlateAndTubes

BetweenPlateAndTubes::DESTINATION_INCLUDES

Instance Attribute Summary collapse

Method Summary

Methods inherited from BetweenPlateAndTubes

#transfers

Methods included from ControlledDestinations

included

Methods inherited from Transfer

preview!, #validate_transfers

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

extended

Instance Attribute Details

#targetsObject

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