Class: Teodoro::Leiaute::ArquivoS2200::Leiaute2
- Inherits:
-
Object
- Object
- Teodoro::Leiaute::ArquivoS2200::Leiaute2
- Includes:
- Leiaute
- Defined in:
- lib/teodoro/leiaute/arquivo_s2200.rb
Instance Method Summary collapse
- #condicao_de_ingresso_no_brasil_do_trabalhador ⇒ Object
- #data_de_opcao_pelo_fgts ⇒ Object
- #opcao_pelo_fgts ⇒ Object
Methods included from Leiaute
Instance Method Details
#condicao_de_ingresso_no_brasil_do_trabalhador ⇒ Object
326 327 328 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 326 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
334 335 336 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 334 def data_de_opcao_pelo_fgts @data_de_opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS/dtOpcFGTS'] end |
#opcao_pelo_fgts ⇒ Object
330 331 332 |
# File 'lib/teodoro/leiaute/arquivo_s2200.rb', line 330 def opcao_pelo_fgts @opcao_pelo_fgts ||= evento['vinculo/infoRegimeTrab/infoCeletista/FGTS/opcFGTS'] end |