Sha256: 355608fe5c4cfeff34389663047a2b512dc37ba4917cdcaee71e822659cc5495
Contents?: true
Size: 440 Bytes
Versions: 23
Compression:
Stored size: 440 Bytes
Contents
# frozen_string_literal: true module BrInvoicesPdf module Nfce 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 end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems