Module: Teodoro::ArquivoDeEventoDeTabela
- Includes:
- ArquivoDeEventoCriadorDeArquivoData
- Included in:
- Leiaute::ArquivoS1000, Leiaute::ArquivoS1005, Leiaute::ArquivoS1010, Leiaute::ArquivoS1020, Leiaute::ArquivoS1030, Leiaute::ArquivoS1040, Leiaute::ArquivoS1050, Leiaute::ArquivoS1070
- Defined in:
- lib/teodoro/arquivo_de_evento_de_tabela.rb
Instance Method Summary collapse
Instance Method Details
#processar ⇒ Object
5 6 7 8 9 10 |
# File 'lib/teodoro/arquivo_de_evento_de_tabela.rb', line 5 def processar deletar_arquivo_data_original if alteracao? || exclusao? return if exclusao? criar_arquivo_data end |