Class: Avmtrf1::Tools::Runner::Forponto::Marcacoes

Inherits:
Object
  • Object
show all
Defined in:
lib/avmtrf1/tools/runner/forponto/marcacoes.rb

Instance Method Summary collapse

Instance Method Details

#runObject



15
16
17
18
19
20
21
# File 'lib/avmtrf1/tools/runner/forponto/marcacoes.rb', line 15

def run
  infov 'Date', day_registers.date
  infov 'Times', day_registers.times.count
  day_registers.times.each_with_index do |time, index|
    infov "  * #{index + 1}ยบ", time
  end
end