Class: CherrypickTask::PickTarget::ByColumn

Inherits:
Base
  • Object
show all
Defined in:
app/models/cherrypick_task/pick_target.rb

Overview

Deals with generating the pick plate by travelling in a column direction, so A1, B1, C1 …

Instance Attribute Summary

Attributes inherited from Base

#size

Instance Method Summary collapse

Methods inherited from Base

#add_any_consecutive_control_requests, #add_any_initial_control_requests, #add_control_request, #add_remaining_control_requests, #content, #create_control_requests!, #empty?, #full?, #initialize, #push, #push_with_controls, #remaining_wells

Constructor Details

This class inherits a constructor from CherrypickTask::PickTarget::Base

Instance Method Details

#completed_viewObject



191
192
193
# File 'app/models/cherrypick_task/pick_target.rb', line 191

def completed_view
  @wells.dup.tap { |wells| complete(wells) }
end