Class: Zint::Ean

Inherits:
Barcode show all
Defined in:
lib/zint/ean.rb

Instance Attribute Summary

Attributes inherited from Barcode

#bctype, #path, #value, #zint_symbol

Instance Method Summary collapse

Methods inherited from Barcode

#buffer!, #encode!, #print!

Constructor Details

#initialize(value) ⇒ Ean

Returns a new instance of Ean.



3
4
5
# File 'lib/zint/ean.rb', line 3

def initialize(value)
  super(value, Zint::BARCODE_EANX)
end