module BrInvoicesPdf::Cfe::Parser::DocumentNumber

Public Instance Methods

execute(xml) click to toggle source
# File lib/br_invoices_pdf/cfe/parser/document_number.rb, line 11
def execute(xml)
  locate_element(xml, 'infCFe/ide/nCFe')
end