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.



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

def codigo_do_motivo
  @codigo_do_motivo
end

#data_de_inicioObject (readonly)

Returns the value of attribute data_de_inicio.



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

def data_de_inicio
  @data_de_inicio
end

#numero_do_reciboObject (readonly)

Returns the value of attribute numero_do_recibo.



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

def numero_do_recibo
  @numero_do_recibo
end

Instance Method Details

#registrarObject



218
219
220
221
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 218

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