Class: ODDB::OdbaExporter::SubstanceLine
- Inherits:
-
PackageLine
- Object
- Line
- PackageLine
- ODDB::OdbaExporter::SubstanceLine
- Defined in:
- ext/export/src/oddbdat.rb
Instance Method Summary collapse
-
#initialize(package, substance, *args) ⇒ SubstanceLine
constructor
A new instance of SubstanceLine.
Methods inherited from Line
#content, #empty?, #structure, #to_s
Constructor Details
#initialize(package, substance, *args) ⇒ SubstanceLine
Returns a new instance of SubstanceLine.
296 297 298 299 |
# File 'ext/export/src/oddbdat.rb', line 296 def initialize(package, substance, *args) @substance = substance super end |