Class: MasterDataTool::Report::PrintAffectedTableReport
- Inherits:
-
Object
- Object
- MasterDataTool::Report::PrintAffectedTableReport
- Includes:
- Core
- Defined in:
- lib/master_data_tool/report/print_affected_table_report.rb
Instance Attribute Summary
Attributes included from Core
Instance Method Summary collapse
Methods included from Core
Instance Method Details
#print(printer:) ⇒ Object
8 9 10 |
# File 'lib/master_data_tool/report/print_affected_table_report.rb', line 8 def print(printer:) printer.print(message: convert_to_ltsv({ operation: :affected_table, table_name: master_data.table_name })) end |