Class: ODDB::Import::DatedExcel

Inherits:
Excel show all
Defined in:
lib/oddb/import/excel.rb

Instance Attribute Summary

Attributes inherited from Excel

#report

Attributes inherited from Importer

#report

Instance Method Summary collapse

Methods inherited from Excel

#cell, #import, #import_worksheet, #parse

Methods inherited from Importer

#capitalize_all, #company_name, #postprocess, #utf8

Constructor Details

#initialize(date = Date.today) ⇒ DatedExcel

Returns a new instance of DatedExcel.



39
40
41
42
# File 'lib/oddb/import/excel.rb', line 39

def initialize(date = Date.today)
  super()
  @date = date
end