Class: Stove::Action::Upload

Inherits:
Base
  • Object
show all
Defined in:
lib/stove/actions/upload.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



6
7
8
9
# File 'lib/stove/actions/upload.rb', line 6

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