Class: Teodoro::Leiaute::ArquivoS2200::Leiaute2

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

Instance Method Summary collapse

Constructor Details

#initialize(evento) ⇒ Leiaute2

Returns a new instance of Leiaute2.



415
416
417
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 415

def initialize(evento)
  @evento = evento
end

Instance Method Details

#cnpj_do_empregador_anteriorObject



446
447
448
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 446

def cnpj_do_empregador_anterior
  @cnpj_do_empregador_anterior ||= evento['vinculo/sucessaoVinc/cnpjEmpregAnt']
end

#codigo_da_funcaoObject



442
443
444
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 442

def codigo_da_funcao
  @codigo_da_funcao ||= evento['vinculo/infoContrato/codFuncao']
end

#codigo_do_cargoObject



438
439
440
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 438

def codigo_do_cargo
  @codigo_do_cargo ||= evento['vinculo/infoContrato/codCargo']
end

#condicao_de_ingresso_no_brasil_do_trabalhadorObject



419
420
421
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 419

def condicao_de_ingresso_no_brasil_do_trabalhador
  @condicao_de_ingresso_no_brasil_do_trabalhador ||= evento['trabalhador/trabEstrangeiro/classTrabEstrang']
end

#data_de_opcao_pelo_fgtsObject



434
435
436
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 434

def data_de_opcao_pelo_fgts
  @data_de_opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS/dtOpcFGTS']
end

#horarioObject



423
424
425
426
427
428
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 423

def horario
  @horario ||= Obj.new(
    tipo_de_jornada: evento['vinculo/infoContrato/horContratual/tpJornada'],
    descricao_da_jornada: evento['vinculo/infoContrato/horContratual/dscTpJorn']
  )
end

#opcao_pelo_fgtsObject



430
431
432
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 430

def opcao_pelo_fgts
  @opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS/opcFGTS']
end