Class: BarcodePrinterType384DoublePlate

Inherits:
BarcodePrinterType show all
Defined in:
app/models/barcode_printer_type384_double_plate.rb

Overview

Barcode printer loaded with labels in the correct aspect for labelling 384 well plates. (Used where two labels are generated per plate)

Class Method Summary collapse

Methods inherited from ApplicationRecord

alias_association, convert_labware_to_receptacle_for, find_by_id_or_name, find_by_id_or_name!

Methods included from Squishify

extended

Class Method Details

.double_label?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'app/models/barcode_printer_type384_double_plate.rb', line 7

def self.double_label?
  true
end