Class: ODDB::OdbaExporter::EanLine
- Inherits:
-
PackageLine
- Object
- Line
- PackageLine
- ODDB::OdbaExporter::EanLine
- Defined in:
- ext/export/src/oddbdat.rb
Constant Summary collapse
- LENGTH =
8
Instance Method Summary collapse
Methods inherited from PackageLine
Methods inherited from Line
#content, #empty?, #initialize, #to_s
Constructor Details
This class inherits a constructor from ODDB::OdbaExporter::PackageLine
Instance Method Details
#barcode ⇒ Object
582 583 584 |
# File 'ext/export/src/oddbdat.rb', line 582 def @package. end |
#structure ⇒ Object
572 573 574 575 576 577 578 579 580 581 |
# File 'ext/export/src/oddbdat.rb', line 572 def structure { 1 => '06', 2 => @date, 3 => @package.oid, 4 => 'E13', 5 => , 6 => '4', } end |