Class: ODDB::OdbaExporter::CompTable

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

Constant Summary collapse

FILENAME =
's12x'

Constants inherited from Table

Table::CRLF

Instance Method Summary collapse

Methods inherited from Table

#filename

Instance Method Details

#lines(company) ⇒ Object



221
222
223
# File 'ext/export/src/oddbdat.rb', line 221

def lines(company)
	[CompLine.new(company)]
end