Class: StateChangers::AutomaticPlateStateChanger

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



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