Class: BarcodePrinterType
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- BarcodePrinterType
- Defined in:
- app/models/barcode_printer_type.rb
Overview
Used by barcode printers to identify which label type is loaded in them
Direct Known Subclasses
BarcodePrinterType1DTube, BarcodePrinterType384DoublePlate, BarcodePrinterType384Plate, BarcodePrinterType96Plate
Class Method Summary collapse
-
.double_label? ⇒ Boolean
printer_type_id is used by the perl script printing service to decide on the positioning of information on the label.
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
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
11 12 13 |
# File 'app/models/barcode_printer_type.rb', line 11 def self.double_label? false end |