Class: ODDB::OdbaExporter::AcpricealgTable

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

Constant Summary collapse

FILENAME =
's07x'

Constants inherited from Table

Table::CRLF

Instance Method Summary collapse

Methods inherited from Table

#filename

Instance Method Details

#lines(package) ⇒ Object



68
69
70
71
72
73
74
75
# File 'ext/export/src/oddbdat.rb', line 68

def lines(package)
	lines = [
		AcpricealgPublicLine.new(package),
		AcpricealgExfactoryLine.new(package),
	]
	lines.delete_if { |line| line.empty? }
	lines
end