Class: Teodoro::Leiaute::ArquivoS2200

Inherits:
Object
  • Object
show all
Includes:
ArquivoDeEventoNaoPeriodico
Defined in:
lib/teodoro/leiaute/arquivo_s2200.rb

Overview

rubocop:disable Metrics/ClassLength

Defined Under Namespace

Modules: ChavesValores Classes: ChavesValoresDoLeiaute2, ChavesValoresDoLeiauteSimplificado

Instance Method Summary collapse

Instance Method Details

#processarObject



6
7
8
9
10
11
12
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 6

def processar
  remover_registro_do_contrato_de_emprego if retificacao?

  super

  registrar_contrato_de_emprego
end