Class: ODDB::OdbaExporter::ScLine
- Inherits:
-
SubstanceLine
- Object
- Line
- PackageLine
- SubstanceLine
- ODDB::OdbaExporter::ScLine
- Defined in:
- ext/export/src/oddbdat.rb
Constant Summary collapse
- LENGTH =
8
Instance Method Summary collapse
Methods inherited from SubstanceLine
Methods inherited from PackageLine
Methods inherited from Line
#content, #empty?, #initialize, #to_s
Constructor Details
This class inherits a constructor from ODDB::OdbaExporter::SubstanceLine
Instance Method Details
#structure ⇒ Object
606 607 608 609 610 611 612 613 614 615 |
# File 'ext/export/src/oddbdat.rb', line 606 def structure { 1 => '40', 2 => @date, 3 => @substance.oid, 4 => 'L', 5 => '4', 6 => @substance, } end |