Module: TalltyImportExport::ExportableForm::ClassMethods
- Defined in:
- lib/tallty_import_export/exportable_form.rb
Instance Method Summary collapse
Instance Method Details
#export_instance ⇒ Object
12 13 14 |
# File 'lib/tallty_import_export/exportable_form.rb', line 12 def export_instance const_get('Export').new(self) end |
#export_xlsx(records, **options) ⇒ Object
16 17 18 |
# File 'lib/tallty_import_export/exportable_form.rb', line 16 def export_xlsx records, ** export_instance.export_xlsx(records, **) end |