Module: Teodoro::ArquivoDeEventoNaoPeriodico

Includes:
ArquivoDeEvento
Included in:
ArquivoDeEventoNaoPeriodicoNaoCancelavel, Leiaute::ArquivoS2250
Defined in:
lib/teodoro/arquivo_de_evento_nao_periodico.rb

Instance Method Summary collapse

Instance Method Details

#processarObject



5
6
7
8
9
10
11
12
13
# File 'lib/teodoro/arquivo_de_evento_nao_periodico.rb', line 5

def processar
  return if excluido?

  if retificado?
    processar_retificacao
  else
    processar_inclusao
  end
end