Class: Stove::Action::Finish

Inherits:
Base
  • Object
show all
Defined in:
lib/stove/actions/finish.rb

Instance Attribute Summary

Attributes inherited from Base

#cookbook, #options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Methods included from Mixin::Optionable

extended, included

Methods included from Mixin::Validatable

#validate

Constructor Details

This class inherits a constructor from Stove::Action::Base

Instance Method Details

#runObject



3
4
5
6
# File 'lib/stove/actions/finish.rb', line 3

def run
  log.debug('Running cleanup hooks...')
  log.info('Done!')
end