Class: BarcodePrinterType

Inherits:
ApplicationRecord show all
Defined in:
app/models/barcode_printer_type.rb

Overview

Used by barcode printers to identify which label type is loaded in them

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

printer_type_id is used by the perl script printing service to decide on the positioning of information on the label

Returns:

  • (Boolean)


11
12
13
# File 'app/models/barcode_printer_type.rb', line 11

def self.double_label?
  false
end