Class: Teodoro::Execution

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

Constant Summary collapse

NOME_DO_PROGRAMA =
'teodoro'.freeze

Instance Method Summary collapse

Instance Method Details

#callObject



27
28
29
30
31
32
33
34
# File 'lib/teodoro.rb', line 27

def call
  validar_argumentos
  validar_existencia_do_diretorio_de_origem
  validar_que_diretorio_de_origem_nao_esta_vazio
  validar_que_diretorio_de_destino_esta_vazio

  processar_empresas
end