Sha256: e13379ef297d8832187c370183a308b2c4d3132d298bd6cabb8167b52370f845

Contents?: true

Size: 237 Bytes

Versions: 5

Compression:

Stored size: 237 Bytes

Contents

module BrInvoicesPdf
  module Cfe
    module Parser
      module Cnpj
        extend BaseParser

        module_function

        def execute(xml)
          locate_element(xml, 'infCFe/dest/CNPJ')
        end
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
br_invoices_pdf-0.2.6 lib/br_invoices_pdf/cfe/parser/cnpj.rb
br_invoices_pdf-0.2.6.alpha.18 lib/br_invoices_pdf/cfe/parser/cnpj.rb
br_invoices_pdf-0.2.5.alpha.17 lib/br_invoices_pdf/cfe/parser/cnpj.rb
br_invoices_pdf-0.2.5 lib/br_invoices_pdf/cfe/parser/cnpj.rb
br_invoices_pdf-0.2.5.alpha.16 lib/br_invoices_pdf/cfe/parser/cnpj.rb