Class: ODDB::OdbaExporter::AcOddbLine
- Inherits:
-
PackageLine
- Object
- Line
- PackageLine
- ODDB::OdbaExporter::AcOddbLine
- Defined in:
- ext/export/src/oddbdat.rb
Constant Summary collapse
- LENGTH =
2
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
#structure ⇒ Object
457 458 459 460 461 462 |
# File 'ext/export/src/oddbdat.rb', line 457 def structure { 1 => @package.oid, 2 => @package.pharmacode, } end |