Class: Teodoro::Leiaute::ArquivoS2200::LeiauteSimplificado

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

Instance Method Summary collapse

Methods included from Leiaute

#[]

Instance Method Details

#condicao_de_ingresso_no_brasil_do_trabalhadorObject



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

def condicao_de_ingresso_no_brasil_do_trabalhador
  @condicao_de_ingresso_no_brasil_do_trabalhador ||=
    evento['trabalhador/trabImig']&.then do
      Teodoro::LeiauteSimplificado::TrabalhadorImigrante.new(_1).condicao_de_ingresso_no_brasil_no_leiaute2
    end
end

#data_de_opcao_pelo_fgtsObject



428
429
430
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 428

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

#opcao_pelo_fgtsObject



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

def opcao_pelo_fgts
  @opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS'] ? 1 : 2
end