Class: ODDB::OdbaExporter::AcOddbLine

Inherits:
PackageLine show all
Defined in:
ext/export/src/oddbdat.rb

Constant Summary collapse

LENGTH =
2

Instance Method Summary collapse

Methods inherited from PackageLine

#initialize

Methods inherited from Line

#content, #empty?, #initialize, #to_s

Constructor Details

This class inherits a constructor from ODDB::OdbaExporter::PackageLine

Instance Method Details

#structureObject



457
458
459
460
461
462
# File 'ext/export/src/oddbdat.rb', line 457

def structure
	{
		1		=>	@package.oid,
		2		=>	@package.pharmacode,
	}
end