Class: StateChangers::TubeStateChanger

Inherits:
DefaultStateChanger show all
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

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