Sha256: 73d199fcd2bc4964ae8cc859712831a6edb351d4a93d421763fee0feb8b53177
Contents?: true
Size: 467 Bytes
Versions: 23
Compression:
Stored size: 467 Bytes
Contents
# frozen_string_literal: true module BrInvoicesPdf module Cfe module Renderer module ProductTable extend Util::BaseRenderer extend Util::ProductTable extend BaseRenderer module_function def execute(pdf, data) table_data = product_table_data(data) pdf.font_size(6) do format_table(pdf, table_data) end pdf.move_down(5) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems