Class: ODDB::OdbaExporter::AcpricealgTable
- Defined in:
- ext/export/src/oddbdat.rb
Constant Summary collapse
- FILENAME =
's07x'
Constants inherited from Table
Instance Method Summary collapse
Methods inherited from Table
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 |