Class: Barcode::FormatHandlers::Sequencescape22
- Inherits:
-
BaseRegExBarcode
- Object
- BaseRegExBarcode
- Barcode::FormatHandlers::Sequencescape22
- Defined in:
- app/models/barcode/format_handlers.rb
Overview
Added to support plate barcodes from baracoda Expected formats: <prefix>-<text>-nnn-<suffix>… where n is a digit. prefix is dependent on plate_barcode_prefix environment variable Examples: SQPP-T23-2343-Q, SQPP-2343-R, SQPP-2343
Instance Attribute Summary
Attributes inherited from BaseRegExBarcode
Method Summary
Methods inherited from BaseRegExBarcode
#=~, #barcode_prefix, #child, #code128_barcode, #code128_barcode?, #code39_barcode, #code39_barcode?, #initialize, #number, #suffix, #valid?
Methods included from Ean13Incompatible
#ean13_barcode, #ean13_barcode?
Constructor Details
This class inherits a constructor from Barcode::FormatHandlers::BaseRegExBarcode