Sha256: 7215da369f6e5d0c1f273776a6c4e2b5728b1fe3c25623974e4d70234d081f00

Contents?: true

Size: 271 Bytes

Versions: 23

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

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

        module_function

        def execute(xml)
          locate_element(xml, 'infCFe/dest/CPF')
        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/cpf.rb
br_invoices_pdf-0.2.7 lib/br_invoices_pdf/cfe/parser/cpf.rb
br_invoices_pdf-0.2.6.alpha.19 lib/br_invoices_pdf/cfe/parser/cpf.rb