module BrInvoicesPdf::Cfe::Parser::Cpf
Public Instance Methods
execute(xml)
click to toggle source
# File lib/br_invoices_pdf/cfe/parser/cpf.rb, line 11 def execute(xml) locate_element(xml, 'infCFe/dest/CPF') end