Class: StateChangers::TubeStateChanger
- Inherits:
-
DefaultStateChanger
- Object
- DefaultStateChanger
- StateChangers::TubeStateChanger
- Defined in:
- app/models/state_changers.rb
Overview
The tube state changer is used by Tubes. It works the same way as the default state changer but does not need to handle a subset of wells like the plate.
Instance Method Summary collapse
-
#contents_for(_target_state) ⇒ Object
Tubes have no wells so contents is always empty.
Constructor Details
This class inherits a constructor from StateChangers::DefaultStateChanger
Instance Method Details
#contents_for(_target_state) ⇒ Object
Tubes have no wells so contents is always empty
66 67 68 |
# File 'app/models/state_changers.rb', line 66 def contents_for(_target_state) nil end |