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.



205
206
207
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 205

def codigo_do_motivo
  @codigo_do_motivo
end

#data_de_inicioObject (readonly)

Returns the value of attribute data_de_inicio.



205
206
207
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 205

def data_de_inicio
  @data_de_inicio
end

#numero_do_reciboObject (readonly)

Returns the value of attribute numero_do_recibo.



205
206
207
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 205

def numero_do_recibo
  @numero_do_recibo
end

Instance Method Details

#registrarObject



207
208
209
210
# File 'lib/teodoro/leiaute/arquivo_s2230.rb', line 207

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