Class: Barcode::FormatHandlers::HeronTailed
- Inherits:
-
BaseRegExBarcode
- Object
- BaseRegExBarcode
- Barcode::FormatHandlers::HeronTailed
- Defined in:
- app/models/barcode/format_handlers.rb
Overview
Added to support destination plates for Beckman driven cherrypick process as part of project Heron. Expected formats: HT-nnnnnn where n is a digit. Numeric component will be at least 6 digits long, but may eventually hit more
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