Class: Taperole::Commands::Installer

Inherits:
Thor
  • Object
show all
Includes:
Helpers::Logging, Installer
Defined in:
lib/taperole/commands/installer.rb

Instance Method Summary collapse

Methods included from Helpers::Logging

#initialize, #logger, logger

Methods included from Helpers::Files

#copy_example, #fe_app?, #local_dir, #mkdir, #rails_app?, #rm, #tape_dir, #tapecfg_dir, #tapefiles_dir

Instance Method Details

#installObject



9
10
11
# File 'lib/taperole/commands/installer.rb', line 9

def install
  install_tape
end

#uninstallObject



14
15
16
# File 'lib/taperole/commands/installer.rb', line 14

def uninstall
  uninstall_tape
end