Module: MasterDataTool::Report::Core
- Included in:
- ImportReport, PrintAffectedTableReport, VerifyReport
- Defined in:
- lib/master_data_tool/report/core.rb
Instance Attribute Summary collapse
-
#master_data ⇒ Object
readonly
Returns the value of attribute master_data.
Instance Method Summary collapse
Instance Attribute Details
#master_data ⇒ Object (readonly)
Returns the value of attribute master_data.
6 7 8 |
# File 'lib/master_data_tool/report/core.rb', line 6 def master_data @master_data end |
Instance Method Details
#initialize(master_data:) ⇒ Object
8 9 10 |
# File 'lib/master_data_tool/report/core.rb', line 8 def initialize(master_data:) @master_data = master_data end |
#print(printer:) ⇒ Object
12 13 14 |
# File 'lib/master_data_tool/report/core.rb', line 12 def print(printer:) raise NotImplementedError end |