Class: Teodoro::Leiaute::ArquivoS2230::InicioDeAfastamento

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#codigo_do_motivoObject (readonly)

Returns the value of attribute codigo_do_motivo.



212
213
214
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 212

def codigo_do_motivo
  @codigo_do_motivo
end

#data_de_inicioObject (readonly)

Returns the value of attribute data_de_inicio.



212
213
214
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 212

def data_de_inicio
  @data_de_inicio
end

#numero_do_reciboObject (readonly)

Returns the value of attribute numero_do_recibo.



212
213
214
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 212

def numero_do_recibo
  @numero_do_recibo
end

Instance Method Details

#registrarObject



214
215
216
217
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 214

def registrar
  inicios_de_afastamento_por_numero_do_recibo[numero_do_recibo] = self
  inicios_de_afastamento << self
end