Class: StateChangers::AutomaticPlateStateChanger
- Inherits:
-
AutomaticLabwareStateChanger
- Object
- DefaultStateChanger
- AutomaticLabwareStateChanger
- StateChangers::AutomaticPlateStateChanger
- Defined in:
- app/models/state_changers.rb
Overview
This version of the AutomaticLabwareStateChanger is used by Plates.
Instance Method Summary collapse
Constructor Details
This class inherits a constructor from StateChangers::DefaultStateChanger
Instance Method Details
#v2_labware ⇒ Object
109 110 111 |
# File 'app/models/state_changers.rb', line 109 def v2_labware @v2_labware ||= Sequencescape::Api::V2.plate_for_completion(labware_uuid) end |