Class: Teodoro::Leiaute::ArquivoS2300::Leiaute2
- Inherits:
-
Object
- Object
- Teodoro::Leiaute::ArquivoS2300::Leiaute2
- Includes:
- Leiaute
- Defined in:
- lib/teodoro/leiaute/arquivo_s2300.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
415 416 417 |
# File 'lib/teodoro/leiaute/arquivo_s2300.rb', line 415 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
423 424 425 |
# File 'lib/teodoro/leiaute/arquivo_s2300.rb', line 423 def data_de_opcao_pelo_fgts @data_de_opcao_pelo_fgts ||= evento['infoTSVInicio/infoComplementares/fgts/dtOpcFGTS'] end |
#opcao_pelo_fgts ⇒ Object
419 420 421 |
# File 'lib/teodoro/leiaute/arquivo_s2300.rb', line 419 def opcao_pelo_fgts @opcao_pelo_fgts ||= evento['infoTSVInicio/infoComplementares/fgts/opcFGTS'] end |