Class: TagLayout::WalkWellsOfPlate

Inherits:
Walker
  • Object
show all
Defined in:
app/models/tag_layout/walk_wells_of_plate.rb

Instance Attribute Summary

Attributes inherited from Walker

#tag_layout

Instance Method Summary collapse

Methods inherited from Walker

#apply_tags, #initialize

Constructor Details

This class inherits a constructor from TagLayout::Walker

Instance Method Details

#walk_wellsObject



5
6
7
# File 'app/models/tag_layout/walk_wells_of_plate.rb', line 5

def walk_wells
  wells_in_walking_order.each_with_index { |well, index| yield(well, index) unless well.nil? }
end