Class: ODDB::OdbaExporter::SubstanceLine

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

Direct Known Subclasses

AcscLine, ScLine

Instance Method Summary collapse

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