Sha256: e5006f371aaa4ed8b960998dc3b9bc7fbb8d43ccb9673f78cb5e9c687907b5b4

Contents?: true

Size: 273 Bytes

Versions: 23

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

module BrInvoicesPdf
  module Cfe
    module Parser
      module Cnpj
        extend Util::XmlLocate

        module_function

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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
br_invoices_pdf-0.2.8 lib/br_invoices_pdf/cfe/parser/cnpj.rb
br_invoices_pdf-0.2.7 lib/br_invoices_pdf/cfe/parser/cnpj.rb
br_invoices_pdf-0.2.6.alpha.19 lib/br_invoices_pdf/cfe/parser/cnpj.rb