Class: Drupid::Updater::InstallLibraryAction

Inherits:
UpdateLibraryAction show all
Defined in:
lib/drupid/updater.rb

Instance Attribute Summary

Attributes inherited from AbstractAction

#component, #platform

Instance Method Summary collapse

Methods inherited from UpdateLibraryAction

#initialize

Methods inherited from AbstractAction

#fire!, #initialize, #pending?

Methods included from Drupid::Utils

#blah, #bzr, #compare_paths, #curl, #cvs, #debug, #dont_debug, #git, #hg, #ignore_interrupts, #interactive_shell, #odie, #ofail, #ohai, #owarn, #runBabyRun, #svn, #tempdir, #uncompress, #which, #writeFile

Constructor Details

This class inherits a constructor from Drupid::Updater::UpdateLibraryAction

Instance Method Details

#msgObject



699
700
701
# File 'lib/drupid/updater.rb', line 699

def msg
  "#{Tty.blue}[Install]#{Tty.white}  Library #{component.extended_name}#{Tty.reset} (#{platform.contrib_path + component.target_path})"
end