Class: ODDB::OdbaExporter::PackageLine

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

Instance Method Summary collapse

Methods inherited from Line

#content, #empty?, #structure, #to_s

Constructor Details

#initialize(package, *args) ⇒ PackageLine

Returns a new instance of PackageLine.



290
291
292
293
# File 'ext/export/src/oddbdat.rb', line 290

def initialize(package, *args)
	@package = package
	super
end