Class: MasterDataTool::Report::PrintAffectedTableReport

Inherits:
Object
  • Object
show all
Includes:
Core
Defined in:
lib/master_data_tool/report/print_affected_table_report.rb

Instance Attribute Summary

Attributes included from Core

#master_data

Instance Method Summary collapse

Methods included from Core

#initialize

Instance Method Details



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