Class: Teodoro::Leiaute::ArquivoS2200::Leiaute2
- Inherits:
-
Object
- Object
- Teodoro::Leiaute::ArquivoS2200::Leiaute2
- Defined in:
- lib/teodoro/leiaute/arquivo_s2200.rb
Instance Method Summary collapse
- #cnpj_do_empregador_anterior ⇒ Object
- #codigo_da_funcao ⇒ Object
- #codigo_do_cargo ⇒ Object
- #condicao_de_ingresso_no_brasil_do_trabalhador ⇒ Object
- #data_de_opcao_pelo_fgts ⇒ Object
- #horario ⇒ Object
-
#initialize(evento) ⇒ Leiaute2
constructor
A new instance of Leiaute2.
- #opcao_pelo_fgts ⇒ Object
Constructor Details
#initialize(evento) ⇒ Leiaute2
Returns a new instance of Leiaute2.
403 404 405 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 403 def initialize(evento) @evento = evento end |
Instance Method Details
#cnpj_do_empregador_anterior ⇒ Object
434 435 436 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 434 def cnpj_do_empregador_anterior @cnpj_do_empregador_anterior ||= evento['vinculo/sucessaoVinc/cnpjEmpregAnt'] end |
#codigo_da_funcao ⇒ Object
430 431 432 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 430 def codigo_da_funcao @codigo_da_funcao ||= evento['vinculo/infoContrato/codFuncao'] end |
#codigo_do_cargo ⇒ Object
426 427 428 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 426 def codigo_do_cargo @codigo_do_cargo ||= evento['vinculo/infoContrato/codCargo'] end |
#condicao_de_ingresso_no_brasil_do_trabalhador ⇒ Object
407 408 409 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 407 def condicao_de_ingresso_no_brasil_do_trabalhador @condicao_de_ingresso_no_brasil_do_trabalhador ||= evento['trabalhador/trabEstrangeiro/classTrabEstrang'] end |
#data_de_opcao_pelo_fgts ⇒ Object
422 423 424 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 422 def data_de_opcao_pelo_fgts @data_de_opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS/dtOpcFGTS'] end |
#horario ⇒ Object
411 412 413 414 415 416 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 411 def horario @horario ||= Obj.new( tipo_de_jornada: evento['vinculo/infoContrato/horContratual/tpJornada'], descricao_da_jornada: evento['vinculo/infoContrato/horContratual/dscTpJorn'] ) end |
#opcao_pelo_fgts ⇒ Object
418 419 420 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 418 def opcao_pelo_fgts @opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS/opcFGTS'] end |