Class: Teodoro::Execution
- Inherits:
-
Object
- Object
- Teodoro::Execution
- Defined in:
- lib/teodoro.rb
Constant Summary collapse
- NOME_DO_PROGRAMA =
'teodoro'.freeze
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
29 30 31 32 33 34 35 36 37 |
# File 'lib/teodoro.rb', line 29 def call validar_argumentos validar_existencia_do_diretorio_de_origem validar_existencia_do_diretorio_de_destino validar_que_diretorio_de_origem_nao_esta_vazio validar_que_diretorio_de_destino_esta_vazio processar_empresas end |