Module: Barcode::FormatHandlers::Ean13Incompatible
- Included in:
- BaseRegExBarcode
- Defined in:
- app/models/barcode/format_handlers.rb
Overview
Include in barcode formats which can not be rendered as EAN13s
Instance Method Summary collapse
Instance Method Details
#ean13_barcode ⇒ Object
12 13 14 |
# File 'app/models/barcode/format_handlers.rb', line 12 def nil end |
#ean13_barcode? ⇒ Boolean
8 9 10 |
# File 'app/models/barcode/format_handlers.rb', line 8 def false end |